Skip to content

v5.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 20:03
· 2 commits to master since this release

5.9.0 (2024-10-19)

You can now provide a Custom Pagination Component (React) instead of the default built-in Pagination

Cherry on top, this release also adds the Row Detail which was the only missing feature compare to other framework ports. Note however that there are some console warnings related to this implementation, see the docs for more details

Side note, the entire project is written with Class Components, if anyone is willing to help in migrating some (or all) of them to Function Components, I would be more than happy to get PR contributions. Thanks


Features

  • add Row Detail feature with new example (#421) (0816349)
  • allow providing a Custom Pagination Component (#420) (58facc5)