webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

cell EnumProvider with searchable combo box #157

Open vinayakann opened 7 years ago

vinayakann commented 7 years ago

Hi , I am able to render combo box using enum provider but list in combo box is more so I want to set filter functionality in combo box while editing cell.

MSIH commented 7 years ago

I do not understand the question. What does "set filter functionality in combo box while editing cell." mean. Please provide more details. Are you asking about using a combo box html element outside of the grid to filter content in the grid?