]> source.dussan.org Git - vaadin-framework.git/commit
Clearing the sorted indicator if sorting was disabled (#16563)
authorAlexey Fansky <alexey.fansky@effective-soft.com>
Tue, 10 Feb 2015 20:19:00 +0000 (12:19 -0800)
committerAnna Koskinen <anna@vaadin.com>
Thu, 19 Feb 2015 10:51:45 +0000 (10:51 +0000)
commitf4e002e36be983b16c6324255780fd7e74710d68
tree35c2f59eea67197c20b9e99d25dc082f7208c300
parent84ca55181fbdb10007905a1959443b301f8fcaf0
Clearing the sorted indicator if sorting was disabled (#16563)

Change-Id: I03677e25d639264d5056c5b86b7be8277fe332a4
client/src/com/vaadin/client/ui/VScrollTable.java
uitest/src/com/vaadin/tests/components/table/DisabledSortingTable.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/DisabledSortingTableSqlContainer.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/DisabledSortingTableTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/TableSqlContainer.java