TableAdapter - A comprehensive wrapper around TanStack Table v8.0.0
Provides a simplified API with extensive customization options while leveraging TanStack Table's powerful core functionality.
The type of data being displayed in the table
The type of values in the table cells
<TableAdapter data={users} columns={[ { accessorKey: 'name', header: 'Name' }, { accessorKey: 'email', header: 'Email' }, ]}/> Copy
<TableAdapter data={users} columns={[ { accessorKey: 'name', header: 'Name' }, { accessorKey: 'email', header: 'Email' }, ]}/>
TableAdapter - A comprehensive wrapper around TanStack Table v8.0.0
Provides a simplified API with extensive customization options while leveraging TanStack Table's powerful core functionality.