mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Checkbox option in dropdown list in Slickgrid #1122

Open csdbabu opened 8 years ago

csdbabu commented 8 years ago

How can I add checkboxes to the options/dropdown list using customized Slick.Editor so that I am able to select multiple values from the dropdown list which is attached to click event on a column on grid

6pac commented 8 years ago

I'd suggest using the 'chosen' js combo plugin. You'd have to create an editor for it.