[pgAdmin4][Patch]: Backgrid StringDepsCell

Поиск
Список
Период
Сортировка
От Khushboo Vashi
Тема [pgAdmin4][Patch]: Backgrid StringDepsCell
Дата
Msg-id CAFOhELcoJTEm=V=buZKdt_Eoc1ur4jGySg6J3BdKpNn5aVVhuw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Backgrid StringDepsCell  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hi,

Please find the attached patch for the Backgrid StringDepsCell.
The StringDepsCell displays HTML escaped strings and accepts anything typed in.
Also, Listen to the dependent fields.

Usage of the Backgrid Cell:

If the Precision cell is dependent on the Datatype then:
{
id: 'precision', label:'{{ _('Precision') }}', type: 'test'
cell: Backgrid.Extension.StringDepsCell, deps: ['datatype']
}

Thanks,
Khushboo 

Вложения

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

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgAdmin4] [Patch]: Grant Wizard
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Upgraded the jQuery-contextMenu to v2.1.0 (latest sta