Material UI table with local or remote data-source. Featuring filtering, sorting, free-text search, export to CSV locally, and aggregations.
Tubular-React is a Material-UI table with the capability to handle local or remote data sources. It offers features such as custom column layouts, sorting and filtering, free-text search, pagination, data export, and printing. The library also provides i18n support for translating grid content.
To install Tubular-React, you can follow these steps:
npm install tubular-react
import { DataGrid } from 'tubular-react';
Tubular-React is a powerful Material-UI table library that offers various features for handling local or remote data sources. With its custom layout options, sorting and filtering capabilities, free-text search, pagination, data export, printing, and i18n support, Tubular-React provides developers with a comprehensive solution for creating interactive and dynamic tables in their React applications.