Socket
Book a DemoInstallSign in
Socket

@technote-space/material-table

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@technote-space/material-table

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

latest
Source
npmnpm
Version
2.3.24
Version published
Weekly downloads
31
1450%
Maintainers
1
Weekly downloads
 
Created
Source

@technote-space/material-table

a fork of mbrn/material-table

npm version CI Status CodeFactor License: MIT

About | Installation | Usage | Documentation | Contributing

About

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!

Keywords

react

FAQs

Package last updated on 14 Oct 2021

Did you know?

Socket

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