🔥 🔥 🔥 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