Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/material-table-core/core
Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
https://github.com/material-table-core/core
hacktoberfest material-table material-table-core material-ui react react-material-table
Last synced: about 2 months ago
JSON representation
Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
- Host: GitHub
- URL: https://github.com/material-table-core/core
- Owner: material-table-core
- License: mit
- Created: 2020-12-20T01:13:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T14:44:37.000Z (8 months ago)
- Last Synced: 2024-05-01T11:28:26.491Z (8 months ago)
- Topics: hacktoberfest, material-table, material-table-core, material-ui, react, react-material-table
- Language: JavaScript
- Homepage: https://material-table-core.github.io
- Size: 39.7 MB
- Stars: 292
- Watchers: 9
- Forks: 143
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Roadmap: .github/ROADMAP.md
Awesome Lists containing this project
README
# @material-table/core
**A highly customizable table library built on Material UI, forked from [`mbrn/material-table`](https://material-table.com)**
[![build](https://github.com/material-table-core/core/workflows/Build/badge.svg?branch=master)](https://github.com/material-table-core/core/actions?query=workflow%3ABuild)
[![publish](https://github.com/material-table-core/core/actions/workflows/publish.yml/badge.svg)](https://github.com/material-table-core/core/actions?query=workflow%3APublish)
[![npm version](https://badge.fury.io/js/@material-table%2Fcore.svg)](https://www.npmjs.com/package/@material-table/core)
[![discord](https://img.shields.io/discord/796859493412765697)](https://discord.gg/uMr8pKDu8n)---
Check out our [**roadmap**](https://github.com/material-table-core/core/wiki/Roadmap) for upcoming features and improvements.
💾 [**Installation**](https://material-table-core.github.io/docs/#installation) • 🎉 [**Basic Usage**](https://material-table-core.github.io/docs/#basic-usage)
✅ [**Why this repo exists?**](https://material-table-core.github.io/docs/about) • 🚧 [**Documentation**](https://material-table-core.github.io/docs) • ⚙️ [**Demos**](https://material-table-core.github.io/demos/)---
## 🚧 Mui V6 Support is in Progress
The team is working on migrating the library to be fully compatible with Material UI V6. Stay tuned!
---
## 🛠️ Installation
Install `@material-table/core` using npm or yarn:
```bash
npm install @material-table/core
orbash
Code kopieren
yarn add @material-table/core
Refer to the installation guide for more information and advanced usage.💡 Basic Usage
javascript
Code kopieren
import MaterialTable from '@material-table/core';function MyTable() {
return (
);
}
```
# Explore more features and advanced usage in our documentation.## 🙌 Sponsorship
We appreciate contributions and sponsorships! You can support this project through:## GitHub Sponsors
Open Collective
Your support helps us maintain and improve the project.## 🚀 Contributing
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.