Replies: 1 comment
-
yep muiExpandButtonProps: ({ row, table }) => ({
onClick: () => table.setExpanded({ [row.id]: !row.getIsExpanded() }),
}), |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! Can I enable opening just one details panel for time? And can I intercept with an handler details panel closing/opening?
Beta Was this translation helpful? Give feedback.
All reactions