Yes, is a bug!
Also, I´m having other problems with celltable paging.
When I set the page size to 12 or less, and I click the button next
page or last page, and rows away is a picture of charging that is not
removed.
When I set the page size in 13 or more, and I click the button next
page or last page, and then on the previous page shows several rows
without values (the first).
Please answer, need help
I don´t understand why the pager have a setPageSize method and the
dell table too??? :s, but it seems to the table method is the one that
have effect
...
ProvidesKey<Depuracion> pk = new ProvidesKey<Depuracion>() {
public Object getKey(Depuracion item) {
return item.getId();
}
};
final CellTable<Depuracion> table = new
CellTable<Depuracion>(pk);
table.addStyleName("tabla");
table.setPageSize(8);
// Create a Pager to control the table.
SimplePager.Resources pagerResources = GWT
.create(SimplePager.Resources.class);
pager = new SimplePager(TextLocation.CENTER, pagerResources,
false,
0,
true);
pager.setDisplay(table);
...
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.