diff options
Diffstat (limited to 'documentation/components/components-treetable.asciidoc')
-rw-r--r-- | documentation/components/components-treetable.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/components/components-treetable.asciidoc b/documentation/components/components-treetable.asciidoc index 97e53cdf76..15db0cdd3d 100644 --- a/documentation/components/components-treetable.asciidoc +++ b/documentation/components/components-treetable.asciidoc @@ -7,6 +7,11 @@ layout: page [[components.treetable]] = [classname]#TreeTable# +ifdef::web[] +[.sampler] +image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/grids-and-trees/tree-table] +endif::web[] + [classname]#TreeTable# is an extension of the [classname]#Table# component with support for a tree-like hierarchy in the first column. As with [classname]#Tree#, the hierarchy is determined by the parent-children |