Currently, the UI operations performed in grouping bar/field list such as
- Moving any fields among axes,
- Removing any fields,
- Adding new field
take initial rendering time with virtual scrolling feature while loading huge size of records.
So, need to improve the performance of the above operations by grouping the raw items based on the bounded fields in report. Then the pass the grouped raw items as the raw items for further processing.