backgrid select2 cell - Mailing list pgadmin-hackers

From Harshal Dhumal
Subject backgrid select2 cell
Date
Msg-id CAFiP3vz44HZy_3GwggVhpTU-tq9H+Es8+c9Rxm4GxnPiK4MKXg@mail.gmail.com
Whole thread Raw
List pgadmin-hackers
Hi,

Please find patch for backgrid select2 cell

Usage:
schema: [
{id: 'name', label:'Name', type:'text', cell: Backgrid.Extension.Select2Cell, editable: true,
optionValues: [['Allow','allow'], ['Prefer','prefer'], ['Require','require'], ['Disable','disable']],
select2:{placeholder: "Select an option"}},
.
.


-- 
Harshal Dhumal
Software Engineer 



Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: added "Collation" & "Catalog Objects" nodes in pgAdmin4
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved an issue in the sesion tracking, and generat