An open API service indexing awesome lists of open source software.

https://github.com/marleydip/react-table-with-editable-cells-tailwind-css

A lightweight React table with inline cell editing, search, filtering, add/delete rows, and undo functionality - built entirely without external table libraries.
https://github.com/marleydip/react-table-with-editable-cells-tailwind-css

conditional-rendering functional-components javascript-array-methods javascript-object-methods lists-and-keys props-and-state-components ternary-operator usestate-hook

Last synced: 2 months ago
JSON representation

A lightweight React table with inline cell editing, search, filtering, add/delete rows, and undo functionality - built entirely without external table libraries.

Awesome Lists containing this project

README

          

# ðŸ§Đ React Editable Table — Pure React & Tailwind
## 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

screencapture-sofian-react-table-with-editable-cell-netlify-app-2025-08-16-02_48_21

screencapture-sofian-react-table-with-editable-cell-netlify-app-2025-08-16-02_49_20

screencapture-sofian-react-table-with-editable-cell-netlify-app-2025-08-16-02_49_57