All Versions
61
Latest Version
Avg Release Cycle
90 days
Latest Release
1 day ago
Changelog History
Page 5
Changelog History
Page 5
-
v6.7.1 Changes
April 13, 2020๐ Fixes
- ๐ fix the wrong type for
directionshould be auto, not autodetect
- ๐ fix the wrong type for
-
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 isautowhich, in browser environments will detect thedirattribute on thehtmlorbodytags. 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
selectableRowsHighlightwithstripedRowsyou can now see the selection on an odd row - 0๏ธโฃ #532 #514 #536 You can now force language direction on RDT using
-
v6.6.0 Changes
April 12, 2020๐ Features
- #514 add a new prop
rtlwhich "forces" RDT to render in rtl
- #514 add a new prop
-
v6.5.0 Changes
April 11, 2020๐ Features
- #518 when using pagination and
selectableRows, you may now use the new propselectableRowsVisibleOnlyto restrict selected rows to only those on the current page. If you use Gmail then this should be familiar #530 You can now specify an "All" in the pagination select dropdown using
paginationComponentOptions={{ selectAllRowsItem: true, }}
๐ Fixes
- ๐ป #522 No longer throw a typescript error for
selectableRowsComponentProps.selectableRowsComponentPropsis generic in that the props depend on which UI library you are integrating with. - โ๏ธ Typos in README
- #518 when using pagination and
-
v6.4.0 Changes
April 05, 2020 -
v6.3.6 Changes
April 04, 2020๐ Fixes
- #509 fix
onSelectedRowsChangetypings
- #509 fix
-
v6.3.5 Changes
April 01, 2020๐ Fixes
- ๐ #506 fixes an issue where RDT buttons were causing a submit when
DataTableis wrapped with a<form>tag
๐ง Maintenance
- โฌ๏ธ bump dependencies
- ๐ #506 fixes an issue where RDT buttons were causing a submit when
-
v6.3.4 Changes
March 31, 2020๐ Fixes
- #492 added missing
selectableRowsComponentandselectableRowsComponentPropsto typings
- #492 added missing
-
v6.3.1 Changes
February 22, 2020 -
v6.3.0 Changes
February 08, 2020๐ New Features
- #449 As a convenience, you can now
column[].omit.omittakes a boolean on whether to render the column or not. - ๐
#431
expandableRowsHideExpanderis a new prop that allows you to completely hide the expander cell. This is useful when usingexpandOnRowClickedorexpandOnRowDoubleClickedwhere you may not want or need the expander button to show. Additionally, you can now applycustomStylesvia the newexpanderCellcustomStyle.
๐ Fixes
- ๐ #428 Wrapping RDT with a flex element would cause a vertical scroll bar to appear. This should now be fixed.
- #449 As a convenience, you can now