Overview | MUI Tables
Last updated
Last updated
MUI Tables is a highly-pluggable table library built on top of the fantastic Material-UI component library.
While multiple libraries already provide many of the features included, few (in my opinion) provide as much abstraction on top of the data management aspect of building and using tables. The goal for MUI Tables is to make data management as painless as possible while providing as many customization options as possible.
Feature | Description |
Multiple options to hook into component rendering, all supplied with the full context of the table | |
Hook into specific table events such as search and filter changes, row selection, and more | |
Summary Row | No config required summary row with two formats, more on the way. |
Specify whether duplicate rows should be displayed, merged, or hidden. | |
Built In Date Toolbar | No custom toolbar required, just specify change handlers and date values. |
Localization | Full control over almost every text label. |
Typescript Support | Typings included. Never guess what data you're hooks will be passed. |
Styling | Override styles using MUIThemeProvider. |
@material-ui - Component Library
material-ui-pickers - Date Picker Components
Coming soon...
We use SemVer for versioning. For the versions available, see the releases on this repository.
Parker Self - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details