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

Dynamic table height #35

Closed highthamok closed 2 years ago

highthamok commented 3 years ago

Hello!

I have a question, If my data that I want to display isn't much, can I make the height of the table changes dynamically with the volume of the data ?

image

like in this case, is it possible to make the height of the table according to the size of the data ?

Thank you

constantin-p commented 2 years ago

The height of the rendered table can be dynamically updated through the height property on the TreeTable component.