Hello,
Before 8.0.1, I have a workaround for this.
1. turn off the pivot mode for the grid
2. apply the filter to the grid
grid.filter({
oper: 'replace',
mode: 'AND',
rules: [
{ dataIndx: 'FacilityName', condition: 'begin', value: filterFacilityName },
]
});
3. turn on the pivot mode for the grid
However, with 8.0.1 and 8.1.0, it seems the workaround is not working any more. At the 2 step, it complains an error of "Uncaught !primary.getDMData".
By the way, the loadState for Pivot mode with filter values is still not working. The details are at
https://paramquery.com/forum/index.php?topic=4087.0