/core

Datatable for React based on material-ui's table with additional features

Primary LanguageJavaScriptMIT LicenseMIT

@material-table/core

a fork of mbrn/material-table

💾 Installation

🎉 Usage

Why does this repo exist?

🚧 Documentation [contribute to the docs] (work in progress)

⚙️ Example code (work in progress)

💬 Have a suggestion?

❌ Have an existing issue/PR at mbrn/material-table? We are actively deploying - please feel free to open an issue/PR

💪 How to contribute


About

  • We are not attempting to hijack what mbrn has created
  • We will always remain a true fork of mbrn/material-table
    • We plan on pushing all changes upstream
  • We will always remain 100% compatible with mbrn/material-table
    • We are here to resolve issues, not hijack a repo
  • Life happens, and mbrn has become rather busy
  • Only mbrn can update material-table
  • We have chosen to support mbrn and material-table with the hopes of keeping the project alive

Installation

yarn

yarn add @material-table/core

npm

npm install @material-table/core

Usage

Updating material-table

Simply update your imports to receive the latest updates!

- import MaterialTable from 'material-table';
+ import MaterialTable from '@material-table/core';

Compatibility

If you can import it from material-table you can import it from @material-table/core. This will never change.

import MaterialTable, { MTableAction /*, etc...*/ } from '@material-table/core';

Documentation

Contributing

See here for more!