UseTableResult
Home > @backstage/ui > UseTableResult
Signature:
export interface UseTableResult<T extends TableItem, TFilter = unknown>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
FilterState<TFilter> | |||
|
() => void | |||
|
Omit<TableProps<T>, 'columnConfig' | 'rowConfig' | 'selection' | 'emptyState'> |