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
Fork
  • This demo shows how to pivot AG Grid and AdapTable while using the Server-Side Row Model
  • We group by Country columns, pivot on the Year column and aggregate using Gold column
  • The pivot result columns are set up after data is returned to the client