aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/treegrid/TreeGridBasicFeaturesTest.java
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to send expand/collapse events for disabled TreeGrid. (#11823)Anna Koskinen2019-11-211-0/+24
* Fix IE11 tests for BrowserStack environment (#10959)Teemu Suo-Anttila2018-06-041-6/+0
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-081-0/+19
* Allow changing the renderer of hierarchy column in TreeGrid (#9514)Teemu Suo-Anttila2017-06-131-34/+30
* Remove unnecessary rowmode prefix from TreeGrid focus styles (#9327)Teemu Suo-Anttila2017-05-161-17/+17
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-161-1/+1
* Fix selection with space in TreeGrid/TreeHenri Sara2017-05-101-0/+45
* Improve expand and collapse of items in TreeGrid (#9159)Aleksi Hietanen2017-05-021-6/+20
* Make TreeGrid follow framework style conventionsAleksi Hietanen2017-04-261-18/+28
* Add server-side expand and collapse to TreeGrid (#9021)Aleksi Hietanen2017-04-061-25/+101
* TreeGrid keyboard navigation Ilia Motornyi2017-04-051-31/+72
* Added test for removing last row in cachePekka Hyvönen2017-03-271-1/+1
* Fix TreeGridBasicFeaturesTest for IE11 (#8933)Ilia Motornyi2017-03-241-0/+6
* Add feature to disable collapsing items in TreeGrid (#8879)Teemu Suo-Anttila2017-03-231-2/+2
* Add collapse and expand events to TreeGrid (#8889)Aleksi Hietanen2017-03-211-0/+28
* Hierarchical data (#8842)Aleksi Hietanen2017-03-161-17/+39
* Add initial implementation of TreeGrid (#8572)Aleksi Hietanen2017-02-231-0/+109