[pgAdmin4][Patch]: Backgrid cell editable settings

Поиск
Список
Период
Сортировка
От Khushboo Vashi
Тема [pgAdmin4][Patch]: Backgrid cell editable settings
Дата
Msg-id CAFOhELf6u+_fi+-0Du5q=HwPksUM+m43KeEueu0cQ2x9PQ3eJw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Backgrid cell editable settings  (Dave Page <dpage@pgadmin.org>)
Список 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



Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Support for asynchronous connection in psycopg2
Следующее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch]: Macros for the functions module