serverside paging problem (start value = legnth value )

serverside paging problem (start value = legnth value )

055055055055 Posts: 2Questions: 1Answers: 0
 HI, i have some problem...

this is my script code.

          "ordering": true,
              "processing": true,
              "serverSide": true,
              ajax : {
                      method:"get",
                      url: "/memberAttendHistoryList"

when i select first page, it is collect data.
- MemberAttendHistoryCriteria(draw=7, start=0, length=10)

but. when i click next page... start value and length value same!!!
- MemberAttendHistoryCriteria(draw=8, start=10, length=10)

i don't know how i can do....

ple help me.
thanks

Answers

  • 055055055055 Posts: 2Questions: 1Answers: 0

    If i click the third button..
    - MemberAttendHistoryCriteria(draw=8, start=20, length=10)

    ...i'm going crazy....

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @055055 ,

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.