I'm working with DataTables, the plug-in for the jQuery Javascript library. There are already possibilities to search and filter but I haven't found, what I'm looking for.
I already searched the web but I haven't found a solution to my question yet. Maybe I searched for the wrong terms, so I'm sorry if the solution to my problem might be very simple.
So, what I want to do is the following:
- provide ONE single dropdown with several filter options
- every option provides a custom filter (e.g. 'option1' shows all records that are available, 'option2' shows all records that are available and have label F, 'option3' shows all records that are available and have label E, …)
- apply the filter immediately 'live'
Summary: I want to create a dropdown that provides options which do a multiple column filtering/search.
So, how can I achieve this? Is this even possible in DataTables?
Thanks in advance.
