react-table-plugins
react-table-plugins copied to clipboard
Export data based on the pageSize ??
How do i export data based on the pageSize ? i have large sets of data, but i dont want to export all of them, i tried the "export current view" code on the demo, but it's not the solution, or can you suggest other library to export data that can work with react-table ? really appreciate it if you can add this feature.. Thanks
Currently it does not support pagination, but should be easy to add it providing some config, happy to accept pr for same.