mleibman / SlickGrid

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

Example of chained select fields? #1153

Open dfparker2002 opened 7 years ago

dfparker2002 commented 7 years ago

Is there a plugin, example or suggested approach to provide chained selection field capability? E.g., Column A selected option constrain Column B available options

Thank you in advance for guidance

6pac commented 7 years ago

Please use the 6pac repo, it's more up to date and the acknowledged current master.

It has quite a few new examples, note the Bootstrap, Dynamic Grids and Third Party component editors section.

The Select2 dropdown editor example is easily modded to do what you want.