From 0f3cc0674f31f96c303740f93d5d17e14cad5b0b Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 28 Apr 2017 09:34:49 +0300 Subject: Fix invalid link (#9183) --- documentation/datamodel/datamodel-hierarchical.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/datamodel/datamodel-hierarchical.asciidoc b/documentation/datamodel/datamodel-hierarchical.asciidoc index a67a698291..96a9d2381b 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 -- cgit v1.2.3