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

Changes in DataTables 1.10 make fnGetColumnData() extremely slow #34

Closed abs0 closed 10 years ago

abs0 commented 10 years ago

plus the new API provides a very nice way to get the desired data.

This was just a quick proof of concept but it makes ColumnFilterWidgets usable for our app with DataTables 1.10

Thanks!

cyberhobo commented 10 years ago

Thanks for this! I made one small addition to preserved existing functionality.

Don't let my laggard response discourage you from further PRs - if you're motivated I won't make you wait for me again :)

abs0 commented 9 years ago

Thanks for the merge & picking up on the filter. I did say i was a quick hack :) Thanks again