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
I often have cases when I need to display information about a row with expand, but when I open it, I see empty data.
For example, a list of events with children and parents. For a child event, I don't want to show "expand" because I know that this row doesn't have any data.
My solution is implement prop like isRowSelectable.
The text was updated successfully, but these errors were encountered:
I often have cases when I need to display information about a row with expand, but when I open it, I see empty data.
For example, a list of events with children and parents. For a child event, I don't want to show "expand" because I know that this row doesn't have any data.
My solution is implement prop like isRowSelectable.
The text was updated successfully, but these errors were encountered: