Core
Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
Install / Use
/learn @material-table-core/CoreREADME
@material-table/core
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
🚧 Mui V6 Support is in Progress
The team is working on migrating the library to be fully compatible with Material UI V6. Stay tuned!
Since we had a lack of available time over the last years, we will try to get back on track. Expect a few commits and merges this month to fix security vulnerabilities and new features.
🛠️ Installation
Install @material-table/core using npm or yarn:
npm install @material-table/core
or
bash
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 (
<MaterialTable
title="Simple Table"
columns={[
{ title: 'Name', field: 'name' },
{ title: 'Age', field: 'age', type: 'numeric' },
]}
data={[
{ name: 'John', age: 30 },
{ name: 'Jane', age: 25 },
]}
options={{
sorting: true,
filtering: true,
}}
/>
);
}
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.
Related Skills
bluebubbles
337.3kUse when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
slack
337.3kUse when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Agent Development
83.2kThis skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
