datatables.mark.js
datatables.mark.js copied to clipboard
Global search and column search colide with each other
If the datatable is filtered by column and through global and the column filter is a regular expression, nothing is marked.
Personally i would want to disable the whole behaviour through a config setting, because i have the datatable prefiltered through the column filter function and dont want this to be visible to the user. Markings should only become visible once the user uses the global search. This global search term is the one which should be and stay marked. Its also not very efficient on large tables to mark the whole table, then unmark columns, then mark again.
Environment
- Browser name and version
- jQuery 3.6.0
- DataTables 1.11.3
- mark.js 8.11.1
- datatables.mark.js 2.1.0