A row data source provides LyteNyte Grid with the rows it needs to render. These specialized objects handle several key responsibilities:
Not all row data sources support every capability defined in the interface. For example, the Tree Row Data Source does not support pagination functionality.
LyteNyte Grid Core includes a single built-in row data source - a client-side implementation that supports most grid capabilities such as grouping and aggregation. However, this core data source does not support Enterprise-only features like in-filters or pivots.
LyteNyte Grid Enterprise does not have a built-in data source, instead it exports React hooks for various data sources to precisely match the data loading needs of the client app.
LyteNyte Grid includes several data sources designed to meet common requirements. You can also create custom data sources for specialized needs.
In addition to these built-in options, you can develop a custom row data source tailored to your specific data loading requirements.