aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/components/components-treegrid.asciidoc
Commit message (Collapse)AuthorAgeFilesLines
* Corrected method name TreeDataProvider#getTreeData (#11286)Alejandro J. C De Baca2018-11-011-1/+1
| | | | | | * Corrected method name TreeDataProvider#getTreeData The method name was incorrect in the documentation - was showing `getData()` but should be `getTreeData()`.
* Remove warnings about pre-release content in documentation (#9737)Henri Sara2017-07-261-2/+0
| | | Resolves #9191
* Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349)Aleksi Hietanen2017-05-181-12/+3
|
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-161-8/+8
| | | | | | * Refactor common methods of InMemoryHierarchicalDataProvider and ListDataProvider to a single interface * Rename HierarchyData and InMemoryHierarchicalDataProvider, introduce HasHierarchicalDataProvider * Additionally adds a helper method for recursive constructing TreeData with a child item provider.
* Correct TreeGrid documentation for expand and collapseAleksi Hietanen2017-04-101-1/+1
|
* Add server-side expand and collapse to TreeGrid (#9021)Aleksi Hietanen2017-04-061-1/+21
| | | | | | | | | | | | | | | | * Add server-side expand and collapse to TreeGrid * Add javadocs * Fix variable naming in TreeGridHugeTreeTest * Fix review comments * Merge remote-tracking branch 'github/master' into 8759-server-expand * Clear pending expands when all data is dropped * Add documentation
* TreeGrid keyboard navigation Ilia Motornyi2017-04-051-1/+10
| | | Fixes #8758
* Add feature to disable collapsing items in TreeGrid (#8879)Teemu Suo-Anttila2017-03-231-0/+16
| | | Fixes #8846
* Add collapse and expand events to TreeGrid (#8889)Aleksi Hietanen2017-03-211-0/+13
| | | Closes #8760
* Initial Documentation for TreeGrid and Hierarchical Data (#8880)Pekka Hyvönen2017-03-201-0/+95
* Initial Documentation for TreeGrid and Hierarchical Data Fixes #8615, part of #8616