Cache
[devextreme] when your areaIndex of PivotGrid doesn't work
You can find the '_data > rows', and under that there is '_cacheByPath'. I guess your fields order is different from what you made. Look at the '_fields' below. You can check your areaIndex works well there. For the first time I returned the PivotGridDataSource object like this. return new PivotGridDataSource({ fields: [... ...] }) And changed it like this. const result; result = new PivotGridDa..