-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "expandable" property defining if row can be expanded #579
Comments
That's a good idea, thanks. |
Wow, that was fast! :-) |
Actually I filled the issue while I was already working on the PR :-) |
Thanks, I'll merge and publish it later today! |
Great, thanks! |
Released in |
Is your feature request related to a problem? Please describe.
I would like to use the expansion feature with nested tables, to expand rows which have a children property.
For rows which don't have children, I would like to disable the expansion feature.
Describe the solution you'd like
Best would be to add a
expandable
prop, which is a function taking record and index as arguments, and returning a boolean defining wether or not the row is expandable.The text was updated successfully, but these errors were encountered: