Server-Side Row Model - Row Grouping
Summary
- Row Grouping is available in AdapTable when using the Server-Side Row Model
- The data needs to be grouped on the server and passed to the client to display
AdapTable fully supports Row Grouping 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
In other words the rowGroupCols and groupKeys props in IServerSideGetRowsParams are sufficient on their own
SSRM - Row Grouping
- This example show a grid using Server-Side where were group on the
AthleteColumn - The grouping is evaluated on the Server and sent to the client to be rendered