Skip to content

Commit bbd65ec

Browse files
Update articles/components/tree-grid/index.adoc
Co-authored-by: Sascha Ißbrücker <[email protected]>
1 parent a2a180d commit bbd65ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/components/tree-grid/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ include::{root}/src/main/java/com/vaadin/demo/component/treegrid/TreeGridScrollT
146146

147147
`TreeDataProvider` supports this feature out of the box. For other data providers, you need to override and implement the following methods of [classname]`HierarchicalDataProvider`:
148148

149-
- [methodname]#getParent(T item)#
150-
- [methodname]#getItemIndex(T item, HierarchicalQuery query)#
149+
- [methodname]`getParent(T item)`
150+
- [methodname]`getItemIndex(T item, HierarchicalQuery query)`
151151

152152
=== Scrolling to an Item by Path
153153

0 commit comments

Comments
 (0)