Interface IOptions<T>

The initialization options for the table.

Type Parameters

  • T

Hierarchy

Properties

blankIndicator: (() => ReactNode)

Type declaration

    • (): ReactNode
    • Returns ReactNode

columns: IColumn<T>[]
onRowClick?: MouseEventHandler<HTMLTableRowElement>
rows: IRow<T>[]
sortDirection?: 1 | -1
sortKey?: string

Generated using TypeDoc