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

Match filters width and alignment to columns #17

Closed aleger closed 5 years ago

aleger commented 11 years ago

As a UI/UX designer it would be nice to have these filters match the width and alignment to columns. this way there is a clear visual of what column you are sorting and is also aesthetically pleasing. I am floating and styling the widths accordingly, but does not work very well with a fluid or responsive UI.

cyberhobo commented 11 years ago

Part of the reason I created this was to free the layout from column restrictions. Maybe one of the other filter projects would be better for an in-column UI, like https://github.com/vedmack/yadcf.

cyberhobo commented 10 years ago

Issue #14 is related, putting widgets in the table footer. It has some code that you could try.