react-data-table v6.9.0 Release Notes

Release Date: 2020-04-27 // almost 4 years ago
  • 🔋 Features

    • 0️⃣ #524 - when using paginationServer and selectableRows when you sort or page the selected row state will clear by default. From a UX perspective, this is the recommended default for most use cases. However, there may be cases where you will need to override this behavior. Thanks to @MaxInertia's open-source contribution you can now override with a new prop paginationServerOptions: {persistSelectedOnPageChange | persistSelectedOnSort}.