Load data async when use useExpanded and render custom subheaders and subrows? #2084
Unanswered
V-Honcharov
asked this question in
General
Replies: 1 comment
-
Take a look here https://github.com/TanStack/table/blob/main/examples/react/sub-components/src/main.tsx |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to render in expended body subheader and another cell? For example, I have table:
|ID| Name |Status| <- main header
👉|1 | mainItem1|Success| <- main row
|subItemID|subItemName| subItemStatus| subItemState| <- subheader
|21321321| subitem | Success | Deleted | <- subrow
And is it possible to download sub rows only on expand button click?
Beta Was this translation helpful? Give feedback.
All reactions