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

not changing column names in drop down list after reordering of columns in data table #43

Open pratikpowar opened 7 years ago

pratikpowar commented 7 years ago

I have implemented data table plugin with all the features.Column filter widget is working fine for normal scenario,but if i apply reordering to columns it shuffles all values from drop down list provide by widget according to column except default value from that drop down list. link to jsFiddle

before reordering

before

after reordering

after reordering