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.

Reply via email to