All Versions
38
Latest Version
Avg Release Cycle
10 days
Latest Release
1233 days ago

Changelog History
Page 2

  • v6.9.6 Changes

    July 05, 2020

    Typings

    • #596 add typing for column.id
  • v6.9.5 Changes

    July 05, 2020

    ๐Ÿ›  Fixes

    • #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
  • v6.9.3 Changes

    May 28, 2020

    ๐Ÿ”‹ Features

    • #556 You can now specify a custom sort function on a column using column[x].sortFunction Thank you @ondratra

    ๐Ÿ›  Fixes

    • #587 use rowCount instead of data.length for pagination. Thanks @jpuckety
  • v6.9.2 Changes

    May 19, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ’ป #574 Fixed pagination disappearing in certain browsers. This was caused when a flex element wrapped DataTable.

    ๐ŸŽ Performance

    • Slight optimization to prevent columns from re-rendering on any state change
  • v6.9.1 Changes

    May 01, 2020

    ๐Ÿ›  Fixes

    • #565 paginationServerOptions is no longer required when using typescript
  • v6.9.0 Changes

    April 27, 2020

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ #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}.
  • v6.8.0 Changes

    April 23, 2020

    ๐Ÿ”‹ Features & Fixes

    • #500 Built-in Pagination Component
      • fix an issue where pagination would disappear when zooming in/out or would not display at all in Firefox
      • add responsive pagination when the screen width is less than 599px
      • Fixes to disabled button theme contrast
  • v6.7.1 Changes

    April 13, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix the wrong type for direction should be auto, not autodetect
  • v6.7.0 Changes

    April 13, 2020

    ๐Ÿ”‹ 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

  • v6.6.0 Changes

    April 12, 2020

    ๐Ÿ”‹ Features

    • #514 add a new prop rtl which "forces" RDT to render in rtl