Reputation: 7325
I am interested in adding additional filters to my datatable (search results) in order to narrow down existing search results. Something similar to filters used by amazon, ebay or booking.com
Is there a control on the market that actually supports this or it is always a custom made control/solution.
Upvotes: 0
Views: 935
Reputation: 49423
Not sure if this is what you're looking for but the Datatables jQuery plugin should do exactly what you're looking for. It works with JSON objects and filtering is simple to use and customize. You should definitely check it out.
Upvotes: 1