JSPM

@material-table/core

2.1.24
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 103683
  • Score
    100M100P100Q156332F
  • License MIT

Datatable for React based on https://material-ui.com/api/table/ with additional features

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

@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!