Skip to content

v6.9.0

Compare
Choose a tag to compare
@jbetancur jbetancur released this 27 Apr 04:14
· 227 commits to master since this release

Features

  • #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}.