The core GWT library (prior to version 2.1) does not provide an official widget that allows for a table with pagination support. Instead, there is a widget in gwt incubator called PagingScrollTable that has the paging functionality.
However, the "official wiki document" does not provide enough detailed information to use this widget. Luckily someone has made an illustrative example with informative documentation on how to implement a table with pagination support using PagingScrollTable in gwt incubator.
let me know how to use cell widgets in gwt
ReplyDelete