| From: | Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | [pgAdmin4][Patch]: Backgrid StringDepsCell |
| Date: | 2016-03-30 13:09:35 |
| Message-ID: | CAFOhELcoJTEm=V=buZKdt_Eoc1ur4jGySg6J3BdKpNn5aVVhuw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| pgAdmin4_Backgrid_StringDepsCell.patch | text/x-patch | 2.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ashesh Vashi | 2016-03-30 13:39:30 | pgAdmin 4 commit: Upgraded the jQuery-contextMenu to v2.1.0 (latest sta |
| Previous Message | Surinder Kumar | 2016-03-30 11:44:58 | Re: [pgAdmin4] [Patch]: Grant Wizard |