Thread: backgrid select2 cell

backgrid select2 cell

From
Harshal Dhumal
Date:
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