(Treegrid) extend text of hierarchy column

Hi!

I use a Treegrid with a Hierarchy column. I want to make the width of this column small, but extend the text to all other columns.
Like in the attached screenshot. Maybe some css tricks? Any ideas?

Thank you!
17643308.png

Any ideas?

white-space: nowrap !important;
or
position: absolute;
left: 0px;

didn’t help…

Hi, Can you provide example code with the issue? Is it a second column, or is it the area generated after expanding the tree?

Yes, it is second column, right after Hierarchy column.
For example, we have TreeGrid with 3 columns which Hierarchy column is first.
I want to expand text of this Hierarchy column to all 3 columns in row where we show Hierarchy.
This will make the width of the Hierarchy column smaller, and display more data in the next row.

![Example]
(https://vaadin.com/attachment/d1bf09a1-c44e-4c27-8d24-a883cb39256d/treegrid.png)