In this video, we go over a few extra filter options. These all go in the filterParams
object inside of a column definition.
We cover:
defaultOption
- the default filter options to be selected (e.g. "contains," "inRange")inRangeInclusive
- if true,inRange
filter option will include values equal to the start and end of the rangeapplyButton
- set to true to have the filter use an Apply button (filter is only applied after the user hits the Apply button)caseSensitive
- set to true to make text filtering case sensitivedebounceMs
- override the number of milliseconds to debounce by (500ms by default for text and number filters)
Up next, we'll learn about a feature called Quick Filter.