Join our Discord Community
Tables

👋 This is a community-driven shadcn/ui resource. For the official documentation, visit ui.shadcn.com

Task Table with Actions

Task management table with status badges, assignee avatars, priority indicators, and action buttons for workflow control

Looking to implement shadcn/ui blocks?

Join our Discord community for help from other developers.


Managing project tasks across teams? This React table displays tasks with color-coded status badges, action buttons for workflow state changes, and loading indicators for async operations. Built with shadcn/ui Table, Badge, Button, and Tooltip components with Lucide React icons, each row shows task details with contextual actions—Play to start, Pause to hold, CheckCircle to complete, and Trash to delete. Perfect for project management dashboards, kanban boards, or team collaboration tools where status visibility and quick actions matter.

Loading preview...

Installation

npx shadcn@latest add https://www.shadcn.io/registry/table-actions-01.json
npx shadcn@latest add https://www.shadcn.io/registry/table-actions-01.json
pnpm dlx shadcn@latest add https://www.shadcn.io/registry/table-actions-01.json
bunx shadcn@latest add https://www.shadcn.io/registry/table-actions-01.json

Questions you might have