From: tmattsso Date: Fri, 28 Apr 2017 07:40:20 +0000 (+0300) Subject: Fixes broken link on Hierarchical DataProvider page X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a1ca27c5736d81fae8d0d84cc41041b296d33902;p=vaadin-framework.git Fixes broken link on Hierarchical DataProvider page --- 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 <>. +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 <>. == In-memory Hierarchical Data