Back to blocks
table
Block

Editable Table

Inline editing with add/delete functionality

Installation

npx shadcn add @mylo-ui/table-editable

Preview

NameCategoryPriceStockStatusActions
Wireless MouseElectronics29.99150
Active
USB CableAccessories9.99500
Active
Laptop StandFurniture49.9945
Active

Usage

import { TableEditable } from "@/components/blocks/table-editable"

export default function Page() {
  return <TableEditable />
}

Dependencies

lucide-react

shadcn/ui Components

table
button
input