Hi,
We’re exploring how to integrate a react pivot control with a custom data loading flow.
Our ideal workflow is as follows:
- User selects filter criteria via the FilterEditor (same one that is available in the grid control)
- Filters are applied on back end API via data load or similar to how a data grid is server-side
- Pivot then loads this dataset for further aggregation and normal user (but still server side with the same filter applied)
Is there a built-in way to achieve this? I have not seen filtering data via the pivot outside from column header.