react-data-table v6.5.0 Release Notes

Release Date: 2020-04-11 // about 4 years ago
  • ๐Ÿ”‹ Features

    • #518 when using pagination and selectableRows, you may now use the new prop selectableRowsVisibleOnly to restrict selected rows to only those on the current page. If you use Gmail then this should be familiar
    • #530 You can now specify an "All" in the pagination select dropdown using

      paginationComponentOptions={{ selectAllRowsItem: true, }}

    ๐Ÿ›  Fixes

    • ๐Ÿ’ป #522 No longer throw a typescript error for selectableRowsComponentProps. selectableRowsComponentProps is generic in that the props depend on which UI library you are integrating with.
    • โœ๏ธ Typos in README