|
Query |
Response |
|
I want to change order of the column "Grand Total" to beginning, currently which is displaying at the last column. |
We have already logged your requirement – “Provision to display grand total at first” as a feature task in our database and it will be available in any one of our upcoming release. You can track the task in the following link.
|
|
How do I freeze the "Grand Total" column. |
The row and column headers are in fixed position (frozen) by default in the pivot table component. So, doing the same thing for the grand totals would make UI odds. Therefore, the provision could not be implemented. |
|
How to implement sever side lazy loading when we scroll horizontally and vertically. |
The pivot table uses lazy loading concept in virtual scrolling feature. In virtual scrolling, you can bind large amount of data up to 1 million in count. Please find the below UG and online demo links for more information.
Please find the below UG and sample link for your reference.
|
|
this.dataSourceSettings = {
grandTotalsPosition: 'Top',
};
}
|