Skip to content

PaulBon/react-mat-table-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Material CRUD Table

The main purpose of this project is to provide an example of a React Material table with the following features:

  • add, update and delete records
  • inline editing with sync and async validation
  • checkbox selection
  • per column filtering
  • server-side paging, filtering and sorting
  • parent-child records display
  • multiple table headers
  • sticky table headers

This project also provides examples for:

  • an autocomplete control with server-side processing

Table of Contents

License

This software is provided free of charge and without restriction under the MIT License

Demo

A demo of the project can be run on StackBlitz. Please be patient as StackBlitz imports the project and loads the dev server.

Getting Started

Node.js and the package manager npm must be installed (nodejs.org).

git clone https://github.com/PaulBon/react-mat-table-crud.git
cd react-mat-table-crud
npm install
npm start

About

An example React Material CRUD table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published