Break line in treetable column

Hi there.
How can I get break line content on treetable column?

image

“JOEL” and “61554878266757” are two tags from json

Hello @ngchagas,

The decision depends on what content is located inside. Without any additional data, a good option would be to simply remove the

display:flex : Code Snippet

If you want to save display:flex, then you can do similar customization: Code Snippet, or use more specific selectors: Code Snippet

This problem occurred because the div with display:flex changes the width of the white spaces that are assigned to each row. Depending on the nesting of the series, this gap is larger or smaller, so it`s important to preserve this dimension.