Hi,
Would a regex or multiple values search possible with Kdatatable Medtronic v7? I need to search/filter for multiple values in a single column.
Thinking about:
datatable.search("DE|BE", "country");
Hi Tristan,
For the local search, only an exact word search is supported. For the server-side search, this can be done because the search function is on the server-side.
Thanks