Hi, i use paging table from gwt incubator. Recently i added a column to the table that contains close button for each record. It removes the coresponding record onClick. I have a problem with the paging. Imagine my page size is 5 recoreds, and the total records is 6, when i am on the first page and delete 1 record, and after that try to go to the second page, the tables shows me message that there are no records at all. If i refresh the app i can see the other 5 records on the first page.The paging table internally uses com.google.gwt.gen2.table.client.TableModelHelper.Request to manage start row and number of rows. Note: I don't refetch when record is deleted, because i actually do not remove it from the table ( it is grayed and disabled).
-- 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.
