Skip to main content
The props TapTable takes.

Type Parameters

T

T

Properties

columns


empty?

Rendered in place of the whole table when rows is empty.

onRowClick?

Makes each row clickable and focusable, and is called on click or Enter.

Parameters

row
T

Returns

void

rowKey

Returns a stable key per row, which React uses for reconciliation.

Parameters

row
T

Returns

string

rows