mui-datatable-delight
Version:
A responsive DataTable component built with MUI for React-based project.
74 lines (48 loc) • 2.71 kB
Markdown
<!-- <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 🍕
[](https://npmjs.com/mui-datatable-delight)
[](https://www.npmjs.com/package/mui-datatable-delight?activeTab=versions)
[](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>
- [Getting Started](
- [Demo](
- [API](
- [Contributing](
- [License](
See [the docs](https://mui-datatable-delight.vercel.app/docs/getting-started).
See [the examples](https://mui-datatable-delight.vercel.app/examples).
See [the API docs](https://mui-datatable-delight.vercel.app/api-docs/index.html).
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`.
```bash
npm run test
npm run test:watch
npm run test:watch ./test/[filename].test.tsx
```
The files included in this repository are licensed under the [MIT license](LICENSE).