Material UI Datatables screenshot

Material UI Datatables

Author Avatar Theme by Hyojin
Updated: 25 Sep 2017
165 Stars

An another React Data tables component.

Categories

Overview

Material-UI-Datatables is a custom React component that uses the Material-UI library. It provides functionality for rendering data and emitting events such as filter, column sort, and pagination. However, it does not provide all the features within the component itself, as most parts of the component are stateless and require you to implement your own logic for handling events.

Features

  • Rendering data and emitting events
  • Filter and column sort functionality
  • Pagination support

Installation

To install Material-UI-Datatables, you can use the npm package manager. Run the following command:

npm install material-ui-datatables

Summary

Material-UI-Datatables is a custom React component that integrates with the Material-UI library. It provides functionality for rendering data, filtering, sorting columns, and handling pagination. However, it requires you to implement your own logic for event handling.