Pagination issue

Pagination issue

skarthikskarthik Posts: 3Questions: 0Answers: 0
edited September 2011 in General
I have faced a pagination issue. On each row of data table, I have placed a "radio" button along with some other columns. On click of that radio button I am invoking a function in controller class through java script and doing some operations. Then coming back to the same jsp page. But if select some record in 5th page for e.g, the control is coming back to 1st page of the table. I want the control to be on the same page.

Anyone please throw some light on this issue

Replies

  • allanallan Posts: 63,531Questions: 1Answers: 10,475 Site admin
    Sounds like you are probably redrawing the table (fnDraw perhaps?) - if so, then what you want to do is a standing redraw - http://datatables.net/plug-ins/api#fnStandingRedraw

    Allan
This discussion has been closed.