UNPKG

mui-datatable-delight

Version:

A responsive DataTable component built with MUI for React-based project.

74 lines (48 loc) 2.71 kB
<!-- <div align="center"> <img src="https://user-images.githubusercontent.com/19170080/34070522-e15d32e2-e235-11e7-8af5-fa704cdcad56.png" /> </div> --> > [!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](https://img.shields.io/npm/v/mui-datatable-delight)](https://npmjs.com/mui-datatable-delight) [![NPM Downloads](https://img.shields.io/npm/dw/mui-datatable-delight)](https://www.npmjs.com/package/mui-datatable-delight?activeTab=versions) [![NPM License](https://img.shields.io/npm/l/mui-datatable-delight)](https://raw.githubusercontent.com/sensasi-delight/mui-datatable-delight/refs/heads/next/LICENSE) **MUI `<DataTable />` Delight** is a modern revival of the popular [gregnb/mui-datatables](https://github.com/gregnb/mui-datatables), offering a sleek, feature-rich table component built with the latest [Material UI](https://mui.com/material-ui/getting-started/). 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! <div align="center"> <img src="https://user-images.githubusercontent.com/19170080/38026128-eac9d506-3258-11e8-92a7-b0d06e5faa82.gif" /> </div> ## Table of contents - [Getting Started](#getting-started) - [Demo](#demo) - [API](#api) - [Contributing](#contributing) - [License](#license) ## Getting Started See [the docs](https://mui-datatable-delight.vercel.app/docs/getting-started). ## Demo See [the examples](https://mui-datatable-delight.vercel.app/examples). ## API See [the API docs](https://mui-datatable-delight.vercel.app/api-docs/index.html). ## Contributing Thanks for taking an interest in the library and the github community! The following commands should get you started: ```bash 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 ```bash # 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](LICENSE).