
I just wondering if one plugin could handle all of this.
Content Filtering, Sorting and Pagination launch Ajax request (then retrrieves DB information) that returns JSON object
The excellent DataTables plugin can manage this, but it’s for table and since I don’t want to encapsulate my contents in table rows, I don’t want to use it. Besides I need something lighter.
Building this from scratch with jQuery would probably not be very hard or timeconsuming. I could also recommend the extJS framework for any UI buildng in javascript.
Take care!
/Marthin