TreeTable: node expanded
property does not work
#7435
Labels
Type: Bug
Issue contains a defect related to a specific component.
expanded
property does not work
#7435
Describe the bug
According to #606, we should use
expandedKeys
to expand the nodes by default.But according to https://primereact.org/treetable/#api.TreeNode, we can also set
expanded
property when setting aTreeNode
, for example:However, after setting to
myNode.expanded = true
, the node is not expanded.Reproducer
No response
System Information
Steps to reproduce the behavior
No response
Expected behavior
Make
TreeNode#expanded
work.The text was updated successfully, but these errors were encountered: