Skip to content

jackhuang78/react-dynamic-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-dynamic-table

A React table component that allows for dynamic CRUD as well as callback functions to have finer control over the default CRUD operations.

Motivation

There are many well-built React table components on the internet, but when you want to go beyond just showing static data, your choices suddenly become very limited. I couldn't find a single React component that will allow me to update the content of the table dynamically with callback options for me to also persist the update in the backend database.

So I decide to build one myself.

Usage Demo

Demo. Just start clicking on it. It should be fairly intuitive on how to interact with this table.

Install

npm install --save react-dynamic-table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published