table-reuse
Version:
A reusable table built on top of Antd ProTable
24 lines (16 loc) • 711 B
Markdown
# CommonTable
A **reusable, customizable React table** built on top of **Ant Design ProTable**, supporting **server-side pagination, search, and clean data rendering** for dashboards, admin panels, and reusable data-heavy applications.
## ✨ Features
✅ Built with **React + TypeScript**
✅ Uses **Ant Design ProTable** for robust table handling
✅ Supports **server-side and client-side pagination**
✅ Easily add **custom search & filter** UI
✅ Pluggable **action columns** (edit, delete, play, etc.)
✅ Lightweight, with **clean, reusable API**
✅ Ready for integration in admin dashboards and data management apps
## 📦 Installation
```bash
npm install table-reuse
```