Overview | MUI Tables

Travis (.org) npm codecovnpm

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.

Example with Summary, Date Toolbar, Filters,

Installation

Peer Dependencies:

Features

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.

Example Usage

Intro Example

Props / Options

See Here

Built With

Contributing

Coming soon...

Versioning

We use SemVer for versioning. For the versions available, see the releases on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Last updated

Was this helpful?