You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#615 Fixes issue where overflow/wrapping CSS was being applied to custom cells when using columns[].cell. In any case, RDT will no longer apply any CSS to a custom cell. Pro tip: If using columns[].cell and your intention is to add a button or clickable element make sure you add button: true to your column definition
#61 Accessibility. Add the missing role for rowheader
#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}.
#532#514#536 You can now force language direction on RDT using direction="auto | rtl | ltr"} The default setting is auto which, in browser environments will detect the dir attribute on the html or body tags. For SSR environments this check is bypassed so you may want to use direction="rtl" if you need to support an rtl language
Fixes
#521 - when using selectableRowsHighlight with stripedRows you can now see the selection on an odd row