Features
- #122 You may now disable individual expander rows using the
expandableDisabledField
. e.g.expandableDisabledField="disabled", then make sure every item in your data has a
disabled` cool prop. Thank you @wiland
🔥 Breaking Changes 🔥
- If you were overriding the expander icon via theming - this will no longer work. As such, you can now override the expander icon using
expandableIcon : { collapsed, expanded }
prop.collapsed
andexpanded
accept a react component.