This contains miscellaneous react-table v7 plugins
npm install react-table-pluginsThis repository contains miscellaneous react-table v7 plugins
Install as a dependency using npm or yarn
``bashNPM
$ npm install react-table-plugins
To import React Table Plugins:
`js
import {
useExportData
...
} from 'react-table-plugins'
`Plug it in same way as other react-table plugins are used:
`diff
function MyTable() {
const instance = useTable(
{
data,
columns,
},
+ useExportData
)
}
``- useExportData - Exporting data from table
- useColumnSummary - For displaying and calculating column summaries
- useCellRangeSelection - Allows Cell selection and Cell range selection
- Export Data
- Source
- Open in CodeSandbox
- Column Summary
- Source
- Open in CodeSandbox
- Cell Range Selection
- Source
- Open in CodeSandbox
Please visit releases
Thanks goes to these wonderful people (emoji key):

Rohit Garg 💻 💡 🔌 👀 🔧 | Harish Kulkarni 💻 💡 🔌 | Colin Asquith 📖 | Joseph Brisibe 💡 |
This project follows the all-contributors specification. Contributions of any kind welcome!