Themes

Components/Types/ClickRowEvent
ClickRowEvent

An event emitted when a row is clicked.

ClickRowEvent<T extends any> = CustomEvent<ClickRow<T>>

ClickRow

Information on the row which was clicked.

Name
Description
Type
data

The data (if available) of the row that was clicked.

T
index

The index of the row that was clicked.

number
key

The key of the row that was clicked.

string
row

The raw row data for the clicked row.

unknown