Created
July 26, 2017 20:20
-
-
Save AndyObtiva/dd117bcaf16851d850a2e9331e52d38c to your computer and use it in GitHub Desktop.
Glimmer Tree Data-Binding Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shell { | |
tree(:virtual, :border) { | |
items bind(company, :owner), tree_properties(children: :people, text: :name) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment