You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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 and expanded accept a react component.