Its working now ,i havent add it to my vertical panel but now the issue is it showing the record of 1to 3 suppose but when i click next it doesnt shows the next records like 3 to 6.. any suggestions .. thanks
On Tue, Mar 15, 2011 at 2:52 AM, junaid <[email protected]> wrote: > Hi , > I am trying to have celltable paging on my gwt cell table paging > by using the code given in GWT SHOW CASE > > SimplePager pager; > SimplePager.Resources pagerResources = GWT > .create(SimplePager.Resources.class); > pager = new SimplePager(TextLocation.CENTER, pagerResources, false, 0, > true); > pager.setDisplay(ctJobs); // ctjobs . my cell tbale name > > But this is having no effect on my cell table > am i doing some thing wrong ? > > Thanks > -- 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.
