]> source.dussan.org Git - vaadin-framework.git/commit
Fix table.setCurrentPageFirstItemIndex(n) to load only needed rows (#14135)
authorAnthony Guerreiro <anthony@vaadin.com>
Wed, 9 Jul 2014 13:48:28 +0000 (16:48 +0300)
committerAnthony Guerreiro <anthony@vaadin.com>
Thu, 7 Aug 2014 07:15:08 +0000 (08:15 +0100)
commit97d80510edf06d954c7589864e707d89d60b3e97
treea70b41020011440302f5733f601610d5ccaf82ba
parent75f42d32229c2a4c5198a8d2b5ae5b2d90a7f8ff
Fix table.setCurrentPageFirstItemIndex(n) to load only needed rows (#14135)

Change-Id: I0186ce32f915b39a012bb653e501b0cad72a9f32
client/src/com/vaadin/client/ui/VScrollTable.java
uitest/src/com/vaadin/tests/components/table/SetPageFirstItemLoadsNeededRowsOnly.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/SetPageFirstItemLoadsNeededRowsOnlyTest.java [new file with mode: 0644]