core
Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
File Explorer
Download Latest Version (.zip)- setup-node
- bug_report.md
- feature_request.md
- help.md
- build.yml
- codeql-analysis.yml
- publish-next.yml
- publish.yml
- trusted-publish.yml
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- FUNDING.yml
- PUBLISHING.md
- pull_request_template.md
- README_ORIGINAL.md
- ROADMAP.md
- stale.yml
- index.jsx
- index.jsx
- index.jsx
- demo.jsx
- errorBoundary.jsx
- index.html
- defaultIcons.test.jsx
- detailPanel.test.jsx
- disableSort.test.jsx
- editRow.test.jsx
- groupRenderFalsy.test.jsx
- localization.test.jsx
- multiColumnSort.test.jsx
- post.build.test.jsx
- pre.build.test.jsx
- resizeColumn.test.jsx
- selectByObject.test.js
- selection.test.jsx
- showPaginationButtons.test.jsx
- summaryRow.test.jsx
- test.helper.js
- useDoubleClick.test.jsx
- index.jsx
- index.jsx
- index.jsx
- index.jsx
- cellUtils.jsx
- index.jsx
- index.jsx
- index.jsx
- BooleanField.jsx
- CurrencyField.jsx
- DateField.jsx
- DateTimeField.jsx
- index.jsx
- LookupField.jsx
- TextField.jsx
- TimeField.jsx
- index.jsx
- BooleanFilter.jsx
- DateFilter.jsx
- DefaultFilter.jsx
- Filter.jsx
- index.jsx
- LookupFilter.jsx
- utils.js
- index.jsx
- index.jsx
- index.jsx
- index.jsx
- index.jsx
- index.jsx
- index.jsx
- index.jsx
- OverlayError.jsx
- OverlayLoading.jsx
- index.js
- m-table-body.jsx
- m-table-detailpanel.jsx
- m-table-edit-cell.jsx
- m-table-edit-field.jsx
- index.js
- props.components.js
- props.icons.jsx
- props.localization.js
- props.options.js
- index.js
- LocalizationStore.jsx
- useDoubleClick.js
- common-values.js
- constants.js
- data-manager.js
- index.js
- validate.js
- index.jsx
- material-table.jsx
- prop-types.js
- helper.d.ts
- index.d.ts
- .gitignore
- .prettierrc
- .slugignore
- CHANGELOG.md
- eslint.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- vite.config.js
- vitest.setup.js
# Installation Guide
1. Get the code
git clone https://github.com/material-table-core/core
Downloads the entire project code from GitHub to your computer.
cd core
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @material-table/core
Downloads and installs the libraries listed in package.json.
yarn add @material-table/core
Type this command into your terminal and run it.
npm install
Downloads and installs the libraries listed in package.json.
npm start # Vite dev server with the demo playground
Starts the development/run server.
npm test # build + run the Vitest suite
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
