Skip to content

v6.7.0

Choose a tag to compare

@jbetancur jbetancur released this 13 Apr 04:53
· 282 commits to master since this release
db97da6

Features

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