[pgadmin-hackers] backgrid select2 cell

2016-01-06 Thread Harshal Dhumal
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:

[pgadmin-hackers] backgrid select2 cell fixed issue for optionsValues

2016-01-06 Thread Harshal Dhumal
Hi, Please find minor patch to fix optionsValues for backgrid cell. *Issue:* Fixed issue when accessing OptionValues from view -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/static/js/backgrid/backgrid.pgadmin.js