-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
Hi!
I noticed searching by multiple words, triggers a query that searches by each of the individual words (smart search).
datatable.search.value.split(global_search_delimiter) |
I couldn't find any way to disable this behaviour for a specific column
Overriding the method global_search_delimiter
in my Datatable class works, but I was hoping there was a way of doing it in a per-column basis.
Thank you
Metadata
Metadata
Assignees
Labels
No labels