[pgAdmin4][Patch]: Backgrid cell editable settings

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Backgrid cell editable settings
Date: 2016-03-03 06:44:09
Message-ID: CAFOhELf6u+_fi+-0Du5q=HwPksUM+m43KeEueu0cQ2x9PQ3eJw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

In the current Backgrid implementation, the cell can be made editable
through "editable: true/false" settings. It takes only boolean value.

So, added support for the function, that can be set as an editable option
value.

*For Example:*

editable: function(m) { return false; }

Please find attached patch for the same.

Thanks,
Khushboo

Attachment Content-Type Size
backform_grid_editable.patch text/x-patch 1.0 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2016-03-03 07:31:44 [pgAdmin4][Patch]: Macros for the functions module
Previous Message Dave Page 2016-03-02 13:29:48 Re: [pgAdmin4][Patch]: Support for asynchronous connection in psycopg2