-
How i can get row data (In my case i need isExpanded state to make the text bold) Example: {
Header: props => {
return (
<ExpandedTypography isExpanded={props.row.isExpanded}>
Hello
</ExpandedTypography>
);
}, |
Beta Was this translation helpful? Give feedback.
Answered by
eilskn
Jan 11, 2021
Replies: 1 comment
-
No question! I'm a duck |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eilskn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No question! I'm a duck