How to handle event on SimplePager? Event handling on first,last,next,prev button present in SimplePager? I am using CellTable gwt 2.3.0
Right now I am parsing xml in which 100 records are present. xml coming from server.
@ time I am showing 100 reocrd per table_page i.e pageSize(100);
Whenever I will click next button then I will made server request for getting next 1OO records same way for every button..
How to Handle event on SimplePager ?
Any help or guidance in this matter would be appreciated