Interface ServerInfo

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.

Hierarchy

  • ServerInfo

Properties

childrenMap?: Map<string, unknown[]>
currentPageData?: unknown[]
dataForExport?: unknown[]
filterDistinctValues?: Map<string, NameValue[]>
footerCalulations?: Map<string, string>
pagination?: Pagination

Generated using TypeDoc