TreeTable freeze the first column

Hello everyone,

Is there a way to freeze the first column of a TreeTable?

Thanks,
Samy

Hello,

Unfortunately, tables cannot freeze a specific column. TreeDataGrid has a similar feature. See:

DataGrid#setFrozenColumnCount(int)

Columns from left will have a fixed position and will not be horizontally scrolled with other columns or reordered.