Releases: jciccio/react-table-with-csv-download
Releases · jciccio/react-table-with-csv-download
React JS Table
- Added feature to specify the data encoding. Via
encoding
prop. By Default, the encoding is UTF-8 if prop is not passed. - UTF-8 CSV download support
- Added prop feature (topPagination) to show pagination at top.
- Under the hood improvements
- CSS changes
- Props for CSS customization
React JS Table
In this release you'll have:
- Big table data rendering
- CSS customizing properties (optional)
- Pagination (optional)
- Search within all table contents (optional)
- Ability to download the table data (optional)
- Ability to render JSON formats
- Ability to highlight successful or error rows (green-red)