[pgAdmin4][Patch]: Backgrid cell editable settings - Mailing list pgadmin-hackers

From Khushboo Vashi
Subject [pgAdmin4][Patch]: Backgrid cell editable settings
Date
Msg-id CAFOhELf6u+_fi+-0Du5q=HwPksUM+m43KeEueu0cQ2x9PQ3eJw@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Backgrid cell editable settings
List 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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Support for asynchronous connection in psycopg2
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Macros for the functions module