Hi Team,
Scenario : I am trying to filter gird before loading . however it does not work with column having value 0.
but when we apply filter to that column and try to filter with 0 it work's fine .
Below is the code:
this.filterOptions = {columns: [{ field: 'TOTALQUANTITYEXCEPTIONS', matchCase: false, operator: 'startswith', predicate: 'and', value: 0}]};