Component Prompts

Inline Editable Data Grid

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

Open in v0
Prompt
Create an inline editable data grid with:
- Spreadsheet-style layout with row numbers on the left
- 5 columns: Name (text), Department (select), Start Date (date picker), Salary (number), Active (checkbox)
- Click any cell to edit it inline — shows appropriate input type
- Edited cells highlighted in yellow until saved
- "Save Changes" button appears when edits are pending
- Add row button at the bottom
- Delete row: hover to show delete icon
- Export to CSV button in the toolbar
- Sticky header row
- Use shadcn/ui, Tailwind CSS
Share:Share on X
Seed Contributor avatar
Seed Contributor
@seed
0 copies · 0 upvotes

More Tables & Data Grids Prompts

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

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