Back to blocks
View all table blocks
Installation
npx shadcn add @mylo-ui/table-draggablePreview
Drag and drop rows using the handle to reorder tasks by priority.
| Order | Order | Task | Priority | Status | Assignee | |
|---|---|---|---|---|---|---|
| #1 | 1 | Review Q4 reports | High | In Progress | John | |
| #2 | 2 | Update documentation | Medium | Pending | Sarah | |
| #3 | 3 | Fix critical bug | High | Pending | Mike | |
| #4 | 4 | Team meeting prep | Low | Pending | Emily | |
| #5 | 5 | Deploy to production | High | Pending | David |
Usage
import { TableDraggable } from "@/components/blocks/table-draggable"
export default function Page() {
return <TableDraggable />
}Dependencies
lucide-react
@dnd-kit/core
@dnd-kit/sortable
@dnd-kit/utilities
shadcn/ui Components
table
Related Blocks
More table blocks you might like


