TreeTable: add prop indent
#3092
Unanswered
nimo23
asked this question in
PrimeReact
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please add prop
indent
( = indentation) forTreeTable
(andTree
) and so that user can easily adjust the indentation of each child node. For example:<TreeTable indent="4px"
<Tree indent="4px"
will increment the indentation of each node by 4px to the right.
Beta Was this translation helpful? Give feedback.
All reactions