Hey, is there an opportunity to handle filters and lists (Tables) in drupal? I use pager_query and theme_table to get the basic list functionalit. Is there a kind of framework to handle filters?
I would like to filter some fields of a table.

Best regards
Manuel

Comments

coreyp_1’s picture

There is a jQuery plugin that performs table filtering (uiTableFilter), but of course it will take some custom implementation to get it to work.

-Corey