Releases: jbetancur/react-data-table-component
Releases · jbetancur/react-data-table-component
7.0.0-rc2
7.0.0-rc1
7.0.0-alpha-15
🔧 Fixes 🔧
- #497 allow de-selection of rows when using
selectableRowsSingle
7.0.0-alpha-14
🥃 🥃 New Features 🥃 🥃
- #497 single row selection feature is now available via a new prop
selectableRowsSingle
. If you want to change the built in checkbox to a radio button you can passselectableRowsComponentProps={{ type: 'radio' }}
or pass in your own custom/ui library Radio button using bothselectableRowsComponent
andselectableRowsComponentProps
7.0.0-alpha-13
🔥 🔥 🔥 BREAKING CHANGES 🔥 🔥 🔥
- #818
expandableRowsComponent
no longer accepts JSX and must now be passed in as a function/class. e.g:
GOOD:
expandableRowsComponent={MyExpander}
BAD:
expandableRowsComponent={<MyExpander />}
Features
- #818 added a new prop:
expandableRowsComponentProps
now allows you to pass extra props to your customexpandableRowsComponent
.
Documentation
- #817 Fix typos in README, remove unnescessary gitattribute
7.0.0-alpha-11
Fixes
- #809 fixed typings for component related props
7.0.0-alpha-10
- #785 fixes pagination select dropdown icon which was overlapping on larger numbers (e.g. 100, 1000 etc)
- #793 fixes double horizontal bar in some browsers. Thanks @HoangNguyen17193
7.0.0-alpha-8
Fixes
- Update Peer Dependencies to support React 17
Installation
npm install react-data-table-component@next
or
yarn add react-data-table-component@next
v6.11.7
7.0.0-alpha-7
Fixes
- #780 column centering show now work for both cells and cols