Hello,
I'm implementing Nesting with Lazy Loading in my grid,
so there's parent row that can be expanded into nested child just like in the demo.
However once the child row gets bigger, their rows overlap with the parent's row below.
I need to deal with a lot of child's data so it will be cumbersome when it grows.
My question, how to keep it tidy by implementing inner scroll inside child's row after certain height?
So the user just have to scroll when data is exceeded child's maximum height?
Edited:
Scroll is present after several data, but parent row still overlap
Thanks