Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove warnings about pre-release content in documentation (#9737) | Henri Sara | 2017-07-26 | 1 | -2/+0 |
| | | | Resolves #9191 | ||||
* | Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349) | Aleksi Hietanen | 2017-05-18 | 1 | -12/+3 |
| | |||||
* | Refactor common methods in in-memory data providers (#9308) | Aleksi Hietanen | 2017-05-16 | 1 | -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 collapse | Aleksi Hietanen | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Add server-side expand and collapse to TreeGrid (#9021) | Aleksi Hietanen | 2017-04-06 | 1 | -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 Motornyi | 2017-04-05 | 1 | -1/+10 |
| | | | Fixes #8758 | ||||
* | Add feature to disable collapsing items in TreeGrid (#8879) | Teemu Suo-Anttila | 2017-03-23 | 1 | -0/+16 |
| | | | Fixes #8846 | ||||
* | Add collapse and expand events to TreeGrid (#8889) | Aleksi Hietanen | 2017-03-21 | 1 | -0/+13 |
| | | | Closes #8760 | ||||
* | Initial Documentation for TreeGrid and Hierarchical Data (#8880) | Pekka Hyvönen | 2017-03-20 | 1 | -0/+95 |
* Initial Documentation for TreeGrid and Hierarchical Data Fixes #8615, part of #8616 |