Package Exports
- @material-table/core
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@material-table/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🚧 Documentation [contribute to the docs] (work in progress)
⚙️ Example code (work in progress)
❌ Have an existing issue/PR at mbrn/material-table? We are actively deploying - please feel free to open an issue/PR
About
- We are not attempting to hijack what
mbrnhas 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
mbrnhas become rather busy - Only
mbrncan updatematerial-table - We have chosen to support
mbrnandmaterial-tablewith 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!