Socket
Socket
Sign inDemoInstall

@material-table/core

Package Overview
Dependencies
78
Maintainers
2
Versions
281
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @material-table/core

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


Version published
Weekly downloads
51K
decreased by-22.76%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

@material-table/core

a fork of mbrn/material-table

Discord

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

Keywords

FAQs

Last updated on 11 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc