NeumorUINeumorUI
📖📦
Data Display

DataTable

Feature-rich data table powered by TanStack Table with sorting and pagination.

tsx
1import { DataTable } from "neumorui";

Example

NameRoleStatus
AliceEngineerActive
BobDesignerActive
CharliePMAway
DianaEngineerActive
loading
pageSize
showPagination

Props

PropTypeDefault
columnsColumnDef[]-
dataTData[]-
loadingbooleanfalse
emptyReactNode-
pageSizenumber10
showPaginationbooleantrue
onRowClick(row: TData) => void-