Data Table Standard 1 component design & features
This data table example combines TanStack React Table with shadcn Table, Checkbox, and Button components. A select column supports header and row checkboxes with indeterminate state, the name column toggles sorting, and a footer shows how many rows are selected.
Row selection tables fit admin lists, bulk actions, and inventory screens where users pick multiple records before applying an operation. Sorting on key columns helps scan large product or user datasets without leaving the page.
