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

Allow for placement of filter box separate from table #7

Closed studioleland closed 12 years ago

studioleland commented 12 years ago

Would be great if we could specify a target selector div ID on the page where the filter box would be placed instead of the default position above the table. How would I achieve this?

cyberhobo commented 12 years ago

You should be able to place it using a W character in the DataTables sDom option.