Appearance
Home > @liquidrazor/list-display > ListState
ListState interface
Full internal state of the list.
Signature:
typescript
export interface ListState<TRow = any>Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
unknown | (Optional) | ||
TRow[] | Raw rows as maintained from the data source + local mutations. | ||
TRow[] | Rows actually used for rendering after filters/sort/pagination. | ||
SortDescriptor<TRow> | (Optional) | ||