If you know you selected the 20th object, then you know you want to display the second page. If you use a SimplePager, you can then call setPage(1) (first page is numbered 0); otherwise call setVisibleRange(15, 15) on your CellTable. There are other variations, depending on how you feed the data to the CellTable.
On Tuesday, June 12, 2012 4:44:01 PM UTC+2, coelho wrote: > > Just wondering how to select a row in a CellTable and have it displayed > > I mean let's say a Table with 100 Rows displaying rows 1-15 of 100 > > if I select row 20 that is not visible > > how to make the table show the selection > > probably very simple ... but... > > Thanks > > Patrick > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0xY8UxneqmAJ. 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.
