We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc93ffc commit 3fa358eCopy full SHA for 3fa358e
examples/demo/src/apps/default_expand.rs
@@ -50,8 +50,8 @@ impl Show for DefaultExpandExample {
50
}
51
52
fn show(&mut self, ui: &mut Ui) {
53
- ui.hyperlink_to("Source", "TODO");
54
- ui.label("TODO");
+ ui.hyperlink_to("Source", "https://github.com/dmackdev/egui_json_tree/blob/master/examples/demo/src/apps/default_expand.rs");
+ ui.label("A showcase of the different options to configure how the tree expands arrays and objects by default.");
55
ui.add_space(10.0);
56
57
if ui
0 commit comments