react-data-table v6.7.0 Release Notes

Release Date: 2020-04-13 // about 4 years ago
  • ๐Ÿ”‹ Features

    • 0๏ธโƒฃ #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