cyberhobo / ColumnFilterWidgets

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.
69 stars 34 forks source link

Add jquery chosen? #26

Open ScottEAdams opened 11 years ago

ScottEAdams commented 11 years ago

Feature request:

Use jquery chosen plugin

http://harvesthq.github.io/chosen/

Or is it possible already somehow? I have tried adding an extra class but that doesnt seem to do the job.

cyberhobo commented 11 years ago

I think at a minimum ColumnFilterWidgets would need to provide some events when a widget is created and redrawn. Your javascript could then use the first to apply chosen to the new widget's select box, and the second to refresh it.