Component Prompts
★ Featured Prompt

Sortable Data Table with Bulk Actions

A full-featured data table with column sorting, row selection checkboxes, bulk action toolbar, and pagination.

Open in v0
Prompt
Create a data table component with these features:
- 5 columns: checkbox, Name, Email, Role (badge), Status (badge), Actions (dropdown)
- Column headers clickable to sort ascending/descending with sort arrow indicator
- Checkbox on each row + select all checkbox in header
- When rows are selected: bulk action toolbar appears with "Delete selected", "Export", "Change role" buttons
- Status column: colored badges (Active=green, Inactive=gray, Pending=yellow)
- Actions column: dropdown menu with Edit, View, Delete options
- Pagination footer: "1-10 of 48 results", prev/next buttons, rows-per-page selector
- Empty state when no data
- Use shadcn/ui Table, Checkbox, Badge, DropdownMenu, Tailwind CSS
Share:Share on X
Seed Contributor avatar
Seed Contributor
@seed
0 copies · 0 upvotes

More Tables & Data Grids Prompts

A Trello-style kanban board with 4 columns, draggable cards, add card functionality, and card count badges.

A spreadsheet-style data grid where cells become editable on click, with row add/delete and CSV export.