Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Nested Builder

This example demonstrates how to transform custom nested organizational data types into tree nodes using the nested builder. It walks you through converting your existing hierarchical data structures (like departments with sub-departments) into renderable trees, applying conditional expansion to control which nodes start open, and using custom presentation providers instead of building off the default provider. This is ideal when you already have nested data and just want to visualize it.

Running the Example

go run main.go

Demo

The Demo