@technote-space/material-table
TypeScript icon, indicating that this package has built-in type declarations

2.3.24 • Public • Published

@technote-space/material-table

a fork of mbrn/material-table

npm version CI Status CodeFactor License: MIT

About | Installation | Usage | Documentation | Contributing


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 @technote-space/material-table

npm

npm install @technote-space/material-table

Usage

Updating material-table

Simply update your imports to receive the latest updates!

- import MaterialTable from 'material-table';
+ import MaterialTable from '@technote-space/material-table';

Compatibility

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

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

Documentation

Contributing

See here for more!

Package Sidebar

Install

npm i @technote-space/material-table

Weekly Downloads

1

Version

2.3.24

License

MIT

Unpacked Size

344 kB

Total Files

28

Last publish

Collaborators

  • technote