Pagination current page not disabled

Pagination current page not disabled

chavdamaldechavdamalde Posts: 7Questions: 0Answers: 0
edited May 2013 in Bug reports
I am using bootstrap pagination with datatables
if i have in page number "2" and then click on this button refresh this page.
i have display 100 record per page that's why it very load from server

but, Previous and next button is disbled.

Thanks!

Replies

  • chavdamaldechavdamalde Posts: 7Questions: 0Answers: 0
    hi Allan,

    I am using bootstrap pagination with datatables

    If I am in page number 4 and then click on button with number 4 then the page refreshes. I display 100 records per page and it causes load on the server. But, "Previous" and "Next" buttons are disabled. I want to also disable button with same number as the page I'm in (in this case, button for page 4)

    Thanks!.
  • allanallan Posts: 61,665Questions: 1Answers: 10,095 Site admin
    edited July 2013
    You'd need to modify the plug-in to disallow clicks on the current number.

    Allan
  • chavdamaldechavdamalde Posts: 7Questions: 0Answers: 0
    Thanks for response

    which plug-in to modify if possible then give the changes

    Thanks!.
This discussion has been closed.