I have several columns with their filterable options set like so:
filterable: { multi:
true
, search:
true
}
These options result in a multi-checkbox type filter that includes a search input so that the checkbox labels can be searched.
This search works with a "contains" operator.
Is there a way to set this search to work with a "starts-with" operator instead?
Example:
Looking at the attached screenshot you can see that I have enter the value "li" in the search and my checkbox labels all contain that value, but I would like here is for just the "Livingston" checkbox to be displayed, since "Livingston" starts with "li".