Next Page link is always active!

Next Page link is always active!

peter007peter007 Posts: 8Questions: 0Answers: 0
edited April 2013 in General
So if I have just few rows of data and everything is on a single page,
the next page button (link) is still active (in blue color).

If User click on it nothing happens - nothing should happen anyways!

In case of multiple pages, if user choose to show 'All' records same problem (next button stay active!)

But if I have multiple pages and I make my way to the last page, then next button get deactivated (as it should).

Is this a known bug? any fix available for this or I did something wrong! any suggestions..?

Thanks for your time : )

Replies

  • allanallan Posts: 63,522Questions: 1Answers: 10,473 Site admin
    Can you link to a test case please: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
  • peter007peter007 Posts: 8Questions: 0Answers: 0
    sorry I cant do that!
    (the site in only available via corporate network)

    and I dont think I can post a screenshot here?

    _Peter
  • marsmars Posts: 29Questions: 2Answers: 0
    i think you can debug in your browser and find some information. in my DataTables, i use four buttons as paging buttons. and in the JS source, i found the buttons are inactive if i set their ClassName with "paginate_disabled_XXXX" (like:paginate_disabled_previous, paginate_disabled_next). then, if i click the button, its' function will not be done.
  • allanallan Posts: 63,522Questions: 1Answers: 10,473 Site admin
    @peter007 - Can you at least run the debugger over it? It isn't a known problem (as you can see from the examples on this site), so we need something to work with to be able offer any kind of help!

    Allan
This discussion has been closed.