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

column filter widget modification #22

Open ckolouas opened 11 years ago

ckolouas commented 11 years ago

Is there any way you can tell if it is possible to do the following: So we don't want multiple text-boxes or drop-down boxes filtering each column, but would like the following: Have one drop down box listing all the columns. Depending which column is selected in that that drop-down box, it will have the regular search text-box next to it, to write what we wish to search. When this modification can be done your plugin?

Thanks, Constantine