Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.71 KB

README.md

File metadata and controls

76 lines (50 loc) · 2.71 KB

Note

As a passionate fan of MUI Datatables, I’ve continued the development of this project out of appreciation for its simplicity and power, especially after the original repository was no longer maintained. This is not a claim to the original work, but a tribute to the community and the power of Material-UI v6!.

Sincerely,
@sensasi-delight 🍕

MUI <DataTable /> Delight

NPM Version NPM Downloads NPM License

MUI <DataTable /> Delight is a modern revival of the popular gregnb/mui-datatables, offering a sleek, feature-rich table component built with the latest Material UI. Designed for effortless data handling, it includes robust support for sorting, filtering, pagination, and row selection. With its intuitive interface and responsive design, MUI <DataTable /> Delight is perfect for enhancing any modern web application. Experience the power of Material-UI v6 with this versatile and easy-to-use data table solution!

Table of contents

Getting Started

See the docs.

Demo

See the examples.

API

See the API docs.

Contributing

Thanks for taking an interest in the library and the github community!

The following commands should get you started:

npm i
npm run dev

open http://localhost:3000/ in browser

After you make your changes locally, you can run the test suite with npm test.

Testing

# FULL TESTS
npm run test

# FULL WATCH TESTS
npm run test:watch

# WATCH SINGLE FILE TESTS
npm run test:watch ./test/[filename].test.tsx

License

The files included in this repository are licensed under the MIT license.