@material-table/exporters
TypeScript icon, indicating that this package has built-in type declarations

1.2.19 • Public • Published

@material-table/exporters

À la carte exporters for @material-table/core

Installation

// npm
npm i @material-table/exporters

// yarn
yarn add @material-table/exporters

Supported Formats

  • import { ExportCsv } from "@material-table/exporters";
  • import { ExportPdf } from "@material-table/exporters";

Contributing

Project Commands

Command Description
npm run build:root builds src/index.js
npm run build:children builds everything in src while specifically ignoring src/index.js
npm run build runs the following command: npm run build:root && npm run build:children

Publish NPM Package

  • Run npm version patch -m "Release x.x.x"
    • This example targets "patch"
    • If the message (-m "...") starts with Release we have a GitHub Action that will automatically attempt to publish

Package Sidebar

Install

npm i @material-table/exporters

Weekly Downloads

3,675

Version

1.2.19

License

MIT

Unpacked Size

24.3 kB

Total Files

29

Last publish

Collaborators

  • oze4
  • lukss12
  • dominoengel