I’m using the jQuery DataTables plugin to display data being returned from an AJAX call. Once the data is returned, users can filter the rows on a single column ("Status" in this case).
What I would like to do is also use the global filter function. If the user has already filtered the data by a status of "Pending", I want to have the global filter only return the rows where any row contains the text entered by the user and has a Status = "Pending". How can I accomplish this?
I’m fairly new to jQuery so any help is greatly appreciated.
as comments:
using this options from datatable himself, can help you:
Multi_filter_select