aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridColumnHidingTest.java
Commit message (Expand)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-1094/+0
* Changed grid sidebar to overlay (#18698)mtzukanov2015-11-031-23/+10
* Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-021-0/+1
* Stabilize Grid tests on IE11Teemu Suo-Anttila2015-07-171-1/+4
* Rename grid sidebar 'opened' style to 'open' (#18120)Teppo Kurki2015-06-091-2/+2
* Hide sidebar when clicking outside it (#18111)Artur Signell2015-06-071-2/+12
* Insert columns using correct logical row index (#18103)Artur Signell2015-06-051-0/+46
* Only set height when at least one header cell is shown (#18000)Artur Signell2015-06-051-0/+24
* Hiding/Unhiding Grid column when details row is open (#17691)Pekka Hyvönen2015-05-061-3/+32
* Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-161-3/+6
* Take hidden columns into account with spanned cells #17287Pekka Hyvönen2015-03-311-0/+274
* Refactored fragile column reorder tests for GridPekka Hyvönen2015-03-311-10/+10
* Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-251-0/+75
* Fixes several issues with hidden columns in Grid (#17023)Pekka Hyvönen2015-03-201-3/+146
* Grid's columns hidable with toggles in the sidebar (#17023)Pekka Hyvönen2015-03-181-28/+309
* Display button for opening sidebar in Grid when hidable columns #17023Pekka Hyvönen2015-03-171-0/+84
* Client side event for grid's columns visibility change (#17023)Pekka Hyvönen2015-03-131-0/+46
* Hide columns with client side API in Grid (#17023)Pekka Hyvönen2015-03-131-0/+88