Expanding row visualization #65
Closed
petrvecera
started this conversation in
General
Replies: 1 comment
-
At the moment, the only cue for expanding a row is the Not exactly trivial to implement though, because it would have to work well with horizontal scrolling and in possible combination with the row selection checkboxes that are sticked to left when scrolling... I'll keep this in mind and definitely come up with an implementation in a future version. Thanks! |
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
-
Hi guys
I have seen that expanding row just went as a general release https://icflorescu.github.io/mantine-datatable/examples/expanding-rows
nice work 👍
One thing which was missing in the example is some button / visualization that the row is expandable. Are we able to implement something like this ? https://ant.design/components/table/#components-table-demo-expand
Obviously you can code that button into a row. But are we able to get somehow info that the row has been expanded so we can change that button ? For example from + to -.
Thanks
And awesome work so far ❤️
Beta Was this translation helpful? Give feedback.
All reactions