Write a new plugin something like useCopyData which will help in copying value of selected cells.
To get selected cells, use useCellRangeSelection plugin added by @07harish, more details are at - https://github.com/gargroh/react-table-plugins/blob/master/docs/useCellRangeSelection.md
To get started on setup etc. https://github.com/gargroh/react-table-plugins/blob/master/CONTRIBUTING.md guide can be helpful.
Write a new plugin something like
useCopyDatawhich will help in copying value of selected cells.To get selected cells, use
useCellRangeSelectionplugin added by @07harish, more details are at - https://github.com/gargroh/react-table-plugins/blob/master/docs/useCellRangeSelection.mdTo get started on setup etc. https://github.com/gargroh/react-table-plugins/blob/master/CONTRIBUTING.md guide can be helpful.