Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 449 Bytes

File metadata and controls

7 lines (5 loc) · 449 Bytes
@tailor-platform/app-shell minor

Add case-sensitivity control for string filters in DataTable.Filters. String filters are now case-insensitive by default (using Tailor Platform's regex operator with (?i) prefix). A "Case sensitive" checkbox allows users to opt into exact-case matching.

The Filter type and CollectionControl.addFilter now accept an optional caseSensitive property to control this behavior programmatically.