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 have a simple two level tree table in which I do not want the second level to be indented. I tried to remove the indentation by setting the indent configuration to 0:
$("#order_table").treeTable( {indent: 0} );
However, this seems to hide the expand/collapse icon and the tree cannot be expanded any more. Is there another way to do this?
Thanks.
The text was updated successfully, but these errors were encountered:
I have a simple two level tree table in which I do not want the second level to be indented. I tried to remove the indentation by setting the indent configuration to 0:
However, this seems to hide the expand/collapse icon and the tree cannot be expanded any more. Is there another way to do this?
Thanks.
The text was updated successfully, but these errors were encountered: