Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/model/IListProps
ListHandlerResult
Type Alias ListHandlerResult<RowData>
ListHandlerResult
:
RowData
[]
|
{
rows
:
RowData
[]
;
total
:
number
|
null
}
Represents the result of a list handling operation.
Type Parameters
RowData
extends
IRowData
=
IAnything
The type of the row data.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-declarative
Loading...
Represents the result of a list handling operation.