Prev / Next links are inactive

Prev / Next links are inactive

lngphplngphp Posts: 22Questions: 0Answers: 0
edited February 2014 in General
What does control the presence of Prev / Next links?
I couldn't to get them working. I'm trying it with server-side processing, but they are not active in the fiddle too:

http://jsfiddle.net/6tK7K/21/

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    Previous/Next are disabled in the jsfiddle because all ten records are visible in one page: "Showing 1 to 10 of 10 entries", but I can't say how that relates to your local version.
  • lngphplngphp Posts: 22Questions: 0Answers: 0
    edited February 2014
    I have resolved it - `iTotalRecords` was equal to the number of items in JSON which is wrong. It must be total of rows in DB.
This discussion has been closed.