Expandable children row
My goal is to show a non-expandable row for the root item, while allowing expandability for its child items to display pertinent details.
From what I understand, the
TanStack/Table
example suggests that using getIsExpanded()
applies to all columns, including Name, with no option to exclude specific columns.
Can you please tell me if it's possible to achieve what's displayed in the screenshot?
0 Replies