Server-Side Row Model - Pivoting
Summary
- Pivoting is available in AdapTable when using the Server-Side Row Model
- The data needs to be pivoted on the server and passed to the client to display
AdapTable fully supports Pivoting when using the Server Side Row Model.
Nothing additional needs to be added, on the AdapTable side, to that which is provided in AG Grid's Server-Side architecture.
Note
You might need to set the pivot result columns as in the demo below
SSRM - Pivoting
- This demo shows how to pivot AG Grid and AdapTable while using the Server-Side Row Model
- We group by
Countrycolumns, pivot on theYearcolumn and aggregate usingGoldcolumn - The pivot result columns are set up after data is returned to the client