filter on any match
filter on any match
Hello,
Suppose i have two rows in my table
Name | city | nickname
David - New York - Dave
Jody - Yorkshire - Jody13
When a users types "David York" it filters and just shows me 1 row.
I would like the search to filter on any match:
So that it finds David & Jody because Jody should also match the search since she lives in YORKshire.
In other words: How can i change the default Datatable behaviour to search on any words entered in the search filter field.
Thx for help!
Suppose i have two rows in my table
Name | city | nickname
David - New York - Dave
Jody - Yorkshire - Jody13
When a users types "David York" it filters and just shows me 1 row.
I would like the search to filter on any match:
So that it finds David & Jody because Jody should also match the search since she lives in YORKshire.
In other words: How can i change the default Datatable behaviour to search on any words entered in the search filter field.
Thx for help!
This discussion has been closed.