Gathering detailed insights and metrics for @material-table/core
Gathering detailed insights and metrics for @material-table/core
Gathering detailed insights and metrics for @material-table/core
Gathering detailed insights and metrics for @material-table/core
npm install @material-table/core
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
296 Stars
3,145 Commits
146 Forks
9 Watching
25 Branches
249 Contributors
Updated on 18 Oct 2024
Minified
Minified + Gzipped
JavaScript (99.9%)
HTML (0.1%)
Cumulative downloads
Total Downloads
Last day
-8.6%
12,822
Compared to previous day
Last week
1.3%
72,445
Compared to previous week
Last month
5.6%
306,372
Compared to previous month
Last year
12%
3,514,578
Compared to previous year
18
3
45
A highly customizable table library built on Material UI, forked from mbrn/material-table
Check out our roadmap for upcoming features and improvements.
💾 Installation • 🎉 Basic Usage
✅ Why this repo exists? • 🚧 Documentation • ⚙️ Demos
The team is working on migrating the library to be fully compatible with Material UI V6. Stay tuned!
Install @material-table/core
using npm or yarn:
1npm install @material-table/core 2or 3 4bash 5Code kopieren 6yarn add @material-table/core 7Refer to the installation guide for more information and advanced usage. 8 9💡 Basic Usage 10javascript 11Code kopieren 12import MaterialTable from '@material-table/core'; 13 14function MyTable() { 15 return ( 16 <MaterialTable 17 title="Simple Table" 18 columns={[ 19 { title: 'Name', field: 'name' }, 20 { title: 'Age', field: 'age', type: 'numeric' }, 21 ]} 22 data={[ 23 { name: 'John', age: 30 }, 24 { name: 'Jane', age: 25 }, 25 ]} 26 options={{ 27 sorting: true, 28 filtering: true, 29 }} 30 /> 31 ); 32}
We appreciate contributions and sponsorships! You can support this project through:
Open Collective Your support helps us maintain and improve the project.
Thank you for considering contributing to the project! The following items are in urgent need of attention:
Refactor: Replace data-manager.js with React Context. Documentation: Help us improve the docs. Tests: Implement unit tests using Jest to improve stability. We appreciate all contributions, big or small. Check out our contributing guide for more details.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
dangerous workflow patterns detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More