tombenner / wp-mvc

An MVC framework for WordPress
http://wpmvc.org
MIT License
623 stars 172 forks source link

Feature: filter bar in admin #78

Open cyberscribe opened 9 years ago

cyberscribe commented 9 years ago

It would be great to have a filter bar to filter on various fields in the admin. This would make it much more useful for implementations with a lot of records.

polcodemichalkrawczyk commented 6 years ago

Yep, really useful feature. I used https://datatables.net/ library to achieve this. Not sure if this could be somehow included into wp-mvc core.

cyberscribe commented 6 years ago

I was thinking more just to implement the standard WordPress filters for now, but datatables is great too.