You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a fully editable data table with React Hooks & Tailwind CSS — no heavy table libraries. Features include inline cell editing, search, filtering, row addition and deletion, and undo / Redo.
✨ Features
✏️ Editable cells (click to edit, Enter to save, Esc to cancel)
🔎 Search across rows
🧰 Column filters
➕ Add row / 🗑️ Delete row
↩️ Undo / Redo recent actions (edit/add/delete)
♿ Keyboard-friendly and responsive UI
🪶 Zero table libs — React hooks & Tailwind
🛠️ Tech Stack
React (hooks, Uncontrolled inputs)
Tailwind CSS
useMemo for filter data (search & select)
UseRef for Edit Value
Project Overview
About
A lightweight React table with inline cell editing, search, filtering, add/delete rows, and undo/redo functionality - built entirely without external table libraries.