Need to insert the "1 to 10 of 12" records between pagination button

Need to insert the "1 to 10 of 12" records between pagination button

dasharathdasharath Posts: 4Questions: 0Answers: 0
edited November 2010 in General
I Need to insert the paging info data i.e. "1 to 10 of 12" records between the pagination button next and previous, please help

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    It's not directly possible using the built in functions - i.e. there is a "magic" option which will do this - however if you just add a callback function for fnDrawCallback you can fairly easily just copy the text that is generated and put it into the place that you want using standard DOM / jQuery methods.

    Allan
This discussion has been closed.