Properties
Optional
childrenMap
childrenMap?: Map<string, unknown[]>
Optional
currentPageData
currentPageData?: unknown[]
Optional
dataForExport
dataForExport?: unknown[]
Optional
filterDistinctValues
filter
Distinct
Values
?: Map<string, NameValue[]>
Optional
footerCalulations
footerCalulations?: Map<string, string>
ServerInfo is used to pass information from the server to the grid. This is used in conjunction with filterPageSortLoadMode and itemLoadMode Please see https://reactdatagrid.com/examples?example=Server_Paging for an example. and https://reactdatagrid.com/examples?example=Nested_Lazy_Load_Grid for an example.