The height of tree table couldn't set auto?

image
the two tree tables are the same , only the height is different : one is auto, another one is 500px.
When I expand the tree that height is auto, the table’s height haven’t changed.

<treeTable id="styleTreesTable"
            columnControlVisible="false"
            contextMenuEnabled="false"
            reorderingAllowed="false"
            responsive="true"
            settingsEnabled="false">

<treeTable id="treetable_1"
            columnControlVisible="false"
            contextMenuEnabled="false"
            height="500px"
            reorderingAllowed="false"
            responsive="true"
            settingsEnabled="false">

@knstvk
could you help me?

Hi,

Unfortunately, the TreeTable component doesn’t support auto height changing while expanding.

Regards,
Gleb

Can it scroll up and down?

Sure, if you define a height for a TreeTable.