Components/Data Table

Data Table

Pre-built table with built-in sorting, pagination, and an optional row-click handler.


PAY-728sam@example.comPaid$100.00
PAY-729alex@example.comPending$250.00
PAY-730jamie@example.comFailed$50.00
PAY-731kris@example.comPaid$175.00

Installation

npx ajaxui add data-table

Props

PropTypeDefaultDescription
dataT[]
columnsDataTableColumn<T>[]
rowKey(row, i) => string
pageSizenumber10
onRowClick(row: T) => void
emptyStateReactNode"No data."