DataSource API
DataSource trait
All row data in rs-grid is accessed through a common trait:
See Data Sources Overview for the full explanation and VecDataSource, FnDataSource, PageCache for built-in implementations.
CellStatus
VecDataSource and FnDataSource always return Ready or Absent.
PageCacheDataSource returns Loading while the page is being fetched.
DataSourceMode
Set via model.mode = DataSourceMode::ServerSide.
RowRecord
Used internally by VecDataSource:
storage module
Browser localStorage helpers from rs_grid_web::storage:
Typical use — persist column widths on change:
Restore on mount:

