Socket
Socket
Sign inDemoInstall

@material-table/core

Package Overview
Dependencies
10
Maintainers
1
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
68K
decreased by-9.47%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@material-table/core

Build Status

This is a maintained fork* of mbrn/material-tablev1.57.2
*fork means I downloaded the repo to .zip and started this repo with that code

We will remain 100% compatable with material-table

Getting Started


Installation

  • npm install @material-table/core
  • yarn add @material-table/core

Instead of using material-table for import statements, use @material-table/core. Simply change your import statements.

// This
import MaterialTable from "material-table";
// would become
import MaterialTable /*, { MTableBodyRow, etc.. } */ from '@material-table/core'; 

Why?

Over the past 8 months or so, material-table has been less than responsive. material-table appears to be slowly going away (nobody seems to be maintaining it anymore) and I was tired of spending my own time submitting PR's with no response. I have also seen others express concern about this.

I even asked to help them out but was ignored, thus this fork was born.

Intent

My intent is not to rip off material-table. I do not plan on making any dramatic changes to the codebase.

Recently, I have been very active in assisting with issues, most of the solutions to these issues are hacky and could be easily resolved within the codebase. Occassionally, the solution is as simple as updating/improving the docs.

Goals

My main goals include chipping away at the 746 open issues and 69 open pull requests, update documentation, and make minor improvements that help us all.

I want to keep things as close to they are now so that if the author of material-table, mehmet baran, ever wants to merge this code, we could easily do that. I would gladly provide ownership of the npm organization, @material-table, to him if he ever wanted to publish packages using this name.

Want to help?

Gladly accepting "applications" :) ..but seriously, my goal is to be responsive (thanks COVID). I have no issue giving access/permission to those that wish to help improve this excellent product!

Demo

You can check out live demos here

Documentation

For now, the existing material-table docs are valid.

Please check out the original repository here

Keywords

FAQs

Last updated on 19 May 2020

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