Treeform.update_from_dict

Treeform.update_from_dict(data)[source]

Update the tree display from a dictionary structure.

This is a convenience method that converts dictionary data to a tree and updates the display in one step.

Parameters:
datadict

Dictionary containing the hierarchical data to display.