constantin-p / cp-react-tree-table

A fast, efficient tree table component for ReactJS.
https://constantin.software/cp-react-tree-table
MIT License
94 stars 27 forks source link

Nesting levels gets hidden when there are more nesting levels #22

Closed praveennetcity closed 2 years ago

praveennetcity commented 4 years ago

When you have multiple nesting levels the nesting levels is getting hidden

I have nesting level till ten but i am not able to see more than 4

https://jsfiddle.net/praveenc36/ya4cuwxb/2/

Screen Shot 2019-12-10 at 9 29 28 AM
zoness32 commented 4 years ago

I'm pretty sure you'll need to widen the size of your Name column, and probably want to increase the height of your rows so the text is visible when it wraps. Though widening your Name column will also prevent wrapping, so the height might not be an issue. This can be done via CSS.