[pgAdmin4][Patch]: Backgrid StringDepsCell - Mailing list pgadmin-hackers

From Khushboo Vashi
Subject [pgAdmin4][Patch]: Backgrid StringDepsCell
Date
Msg-id CAFOhELcoJTEm=V=buZKdt_Eoc1ur4jGySg6J3BdKpNn5aVVhuw@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Backgrid StringDepsCell
List 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 

Attachment

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4] [Patch]: Grant Wizard
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Upgraded the jQuery-contextMenu to v2.1.0 (latest sta