Features
- #532 #514 #536 You can now force language direction on RDT using
direction="auto | rtl | ltr"}
The default setting isauto
which, in browser environments will detect thedir
attribute on thehtml
orbody
tags. For SSR environments this check is bypassed so you may want to usedirection="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