Grid Filter Test
FilterBar(case sensitive) with pre-defined filter conditions
Input condition for filter bar pre condition
{ "type": "any", "conditions": [ { "colId": "Download Date", "condition": "before", "type": "Date", "value": "Thu Nov 20 2000" }, { "colId": "Date Time", "condition": "after", "type": "Date", "value": "Thu Nov 20 1950" }, { "colId": "Download Date", "condition": "past", "type": "Date", "value": { "interval": "day", "amount": 2000 } } ] }
generate grid
FilterBar(case insensitive)
QuickFilter(case sensitive)
QuickFilter(case insensitive)
FilterBar and QuickFilter