Skip to content

Releases: jciccio/react-table-with-csv-download

React JS Table

29 May 23:04
Compare
Choose a tag to compare
  • 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

11 Nov 15:33
Compare
Choose a tag to compare

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)