I've created a new feature for flexinode tables. When you define a drop-down select menu, you can specify whether that menu should "filter in table". If this option is set, the table view for that flexinode type will have a filter widget above it which can be used to reduce the selection in the table accordingly. Multiple filter widgets are possible.

There is a demonstration here:
http://flexinode.thinkdrupal.com/

and the issue (with a patch) can be found here:
http://drupal.org/node/54545

Reviews of the code and testing would be greatly appreciated.

-Robert

Comments

FabriceV’s picture

Dear Robert,
the result is elegant, efficient and simple...
Sincerely thanks !

_-dave-_’s picture

I have been looking for something like this. If the filter could be implimented using ajax (no screen refresh) this would be fantastic - anyone able to do this?