diff options
author | tmattsso <thomas@vaadin.com> | 2017-04-28 10:40:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 10:40:20 +0300 |
commit | a1ca27c5736d81fae8d0d84cc41041b296d33902 (patch) | |
tree | c12dfcde0294c32cacc468e9cd6916844cacccdd | |
parent | 0f3cc0674f31f96c303740f93d5d17e14cad5b0b (diff) | |
download | vaadin-framework-tmattsso-patch-1.tar.gz vaadin-framework-tmattsso-patch-1.zip |
Fixes broken link on Hierarchical DataProvider pagetmattsso-patch-1
-rw-r--r-- | documentation/datamodel/datamodel-hierarchical.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/datamodel/datamodel-hierarchical.asciidoc b/documentation/datamodel/datamodel-hierarchical.asciidoc index 96a9d2381b..dd07f638d1 100644 --- a/documentation/datamodel/datamodel-hierarchical.asciidoc +++ b/documentation/datamodel/datamodel-hierarchical.asciidoc @@ -11,7 +11,7 @@ IMPORTANT: The [interfacename]#HierarchicalDataProvider# is currently being deve The [classname]#TreeGrid# component allows you to show data with hierarchical relationships between items. That data can be populated by on-demand from a back end by implementing the [interfacename]#HierarchicalDataProvider# interface. If you have the data available in-memory on the server, -you use the collection style API of [classname]#HierarchyData# and then pass it to a [classname]#InMemoryHierarchicalDataProvider#. This chapter introduces the hierarchical data providers and how they work. For using them with the [classname]#TreeGrid# component you should see <<dummy/../../../framework/components/components-treegrid.asciidoc#components.treegrid,"its documentation">>. +you use the collection style API of [classname]#HierarchyData# and then pass it to a [classname]#InMemoryHierarchicalDataProvider#. This chapter introduces the hierarchical data providers and how they work. For using them with the [classname]#TreeGrid# component you should see <<dummy/../../../framework/components/components-treegrid.html,"its documentation">>. == In-memory Hierarchical Data |