react-data-table-component-extensions icon indicating copy to clipboard operation
react-data-table-component-extensions copied to clipboard

Export table data as a CSV or Excel file, filter and print the data.

Results 41 react-data-table-component-extensions issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I have clickable row and some icon image used in table data. Error occur when try to filter, print and export the table.

When i am trying to export a table with data and using exportHeaders i got a BreakLine can i remove it ?

Thanks for the useful plugin, however I'm **not getting a headerrow** in the exported files (csv OR xls)?

When exporting to CSV, the file that is produced is in the incorrect format. It exports as semi-colon delimited. ![Screen Shot 2021-10-08 at 13 42 25](https://user-images.githubusercontent.com/2006553/136622559-5440346d-739c-4e6e-b682-66f7ac15943b.png) `"react-data-table-component-extensions": "^1.5.2"` ``` return...

Hi, Thanks for the nice extension. I came to realize the extension fails to work when the pagination is from the server and the data property is length differ. Scenario-...

Hello: For this to work do the column definitions and the data have to be defined and exported from a separate javascript file? The DataTableExtensions does not work in my...

Can you think of an easy way to place my own element in the same spot where the Print and Export buttons are located? So conceptually, I would use something...