react-table-plugins

1.3.4 • Public • Published

react-table-plugins

This repository contains miscellaneous react-table v7 plugins

semantic-release

Installation

Install as a dependency using npm or yarn

# NPM
$ npm install react-table-plugins

# Yarn
$ yarn add react-table-plugins

To import React Table Plugins:

import {
  useExportData
  ...
} from 'react-table-plugins'

Plug it in same way as other react-table plugins are used:

function MyTable() {
  const instance = useTable(
    {
      data,
      columns,
    },
+   useExportData
  )
}

Documentation

Examples

ChangeLog

Please visit releases

Contributors

Thanks goes to these wonderful people (emoji key):

All Contributors


Rohit Garg

💻 💡 🔌 👀 🔧

Harish Kulkarni

💻 💡 🔌

Colin Asquith

📖

Joseph Brisibe

💡

This project follows the all-contributors specification. Contributions of any kind welcome!

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.42,443latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.42,443
1.3.30
1.3.2515
1.3.1246
1.3.00
1.2.00
1.1.00
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.02

Package Sidebar

Install

npm i react-table-plugins

Weekly Downloads

3,151

Version

1.3.4

License

MIT

Unpacked Size

139 kB

Total Files

27

Last publish

Collaborators

  • gargroh