ITableControlDerivedState
Defined in: table-controls/src/types/index.ts:28
Props returned by table control hooks for wiring to a PF Table.
Type Parameters
Section titled “Type Parameters”TColumnKey
Section titled “TColumnKey”TColumnKey extends string = string
Properties
Section titled “Properties”activeSort
Section titled “activeSort”activeSort:
IActiveSortState|null
Defined in: table-controls/src/types/index.ts:29
filters
Section titled “filters”filters:
IFilterValues<TColumnKey>
Defined in: table-controls/src/types/index.ts:30
pagination
Section titled “pagination”pagination:
IPaginationState
Defined in: table-controls/src/types/index.ts:31