You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in need to customize the size of the tree indentation, but, as it seems to be rendered directly on the style on the div "sg-table-body-cell sg-table-cell svelte-ffcwbe" I'm in trouble to change that by css class, because the style is applyied in steps of 3em.
Can you please help me pointing some workaround, or even better, by publishing this 3em as a prop in rows object?
Pretty please? =] =]
Thanks!
The text was updated successfully, but these errors were encountered:
Be able to choose to remove the icon from the indentation is a must too, as its easy to misread parent/child relashionship depending of the indentation amount because the icon puts the label of childless siblings at the same offset than its child.
In the picture above, "Doacao" "Imoveis" and "Imoveis Locacao" are siblings, while "Galpao - SP" is "Imoveis Locacao" child. As you can see, looks like "Imoveis" and "Imoveis Locacao" are "Doacao" childs.
Hi, folks.
I'm in need to customize the size of the tree indentation, but, as it seems to be rendered directly on the style on the div "sg-table-body-cell sg-table-cell svelte-ffcwbe" I'm in trouble to change that by css class, because the style is applyied in steps of 3em.
Can you please help me pointing some workaround, or even better, by publishing this 3em as a prop in rows object?
Pretty please? =] =]
Thanks!
The text was updated successfully, but these errors were encountered: