### Server-Side Row Model (SSRM) API Reference Source: https://www.ag-grid.com/react-data-grid/server-side-model-api-reference The Server-Side Row Model (SSRM) allows for efficient handling of large datasets by loading data on demand. This section details the API for configuring and interacting with the SSRM. ```APIDOC ## Server-Side Row Model (SSRM) API Reference This section lists the available Server-Side Row Model (SSRM) options. ### Datasource Provides the interface for the grid to request data from the server. ### Configuration Options for configuring the SSRM behavior. ### Sorting API for handling server-side sorting. ### Filtering API for handling server-side filtering. ### Row Grouping API for handling server-side row grouping. ### Pivoting API for handling server-side pivoting. ### Pagination API for handling server-side pagination. ### Row Selection API for handling server-side row selection. ### Loading Component Customization options for the data loading indicator. ### Changing Columns API for handling dynamic column changes on the server. ### Updating Data Methods for updating data on the server. #### Row Height API for managing row heights in SSRM. #### Tree Data API for handling tree data structures with SSRM. #### Master Detail API for integrating master-detail views with SSRM. ### Refresh Methods for refreshing data in SSRM. #### Single Row Updates Updating individual rows on the server. #### Transactions Applying batch updates to the server. ### Load Retry Configuration for retrying data loads. ### Examples - Example Node.js & MySQL - Example GraphQL & MySQL - Example Java & Oracle - Example Java & Apache ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.