LyteNyte Grid logo for light mode. Links back to the documentation home page.
Github repository for this project. 1771 Technologies home page

Server Row Source

LyteNyte Grid's server row source extends the base row source with additional capabilities for server-side data loading.

Use the server data source when the full row dataset is too large to feasibly load into the user’s browser. See the Server Row Overview guide for more details.

Server Source Params

To create a server row source, use the useServerDataSource hook exported by LyteNyte Grid. This hook accepts parameters that configure the server source view.

Prop

Server Source API Additions

The server row source extends the grid API with the following additional properties.

Prop