Pagination Not working inTables Reloaded

Pagination Not working inTables Reloaded

allanbethallanbeth Posts: 3Questions: 0Answers: 0
edited June 2011 in General
Hi All,

I hope i'm posting this in the correct place.
I am having a problem with pagination in my tables on my siteI have had a chat with tobias from tables Reloaded
http://wordpress.org/support/topic/plugin-wp-table-reloaded-pagination-not-working

He seems to think that it's a conflict with another piece of JavaScript.

Any help would be greatly appreciated, as my tables are starting to get big.

Thanks in advance

Allan

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    I'm getting 10 errors showing up in my Chrome console when I visit the page ( http://www.quantaprints.co.uk/photographers/tim-smalley/ ) including:

    [quote]TypeError: Result of expression 'jQuery('#ns_widget_mailchimp_form-3').ns_mc_widget' [undefined] is not a function.
    TypeError: Result of expression '$('a[rel=lightbox]').lightBox' [undefined] is not a function.[/quote]

    These won't be helping that's for sure! It doesn't looks like the DataTable is even being initialised at the moment - presumably because of the breaking Javascript errors on the page.

    Allan :-)
  • saikiransaikiran Posts: 1Questions: 0Answers: 0
    Iam using data Tables ,when we select number of entries from dropdown ,i want to add other column in this it should display corresponding page number for all pages..........for all rows
  • allanbethallanbeth Posts: 3Questions: 0Answers: 0
    Thanks for the reply.

    I'm not well versed with Javascript, but that looks like one of my plugins on the site is causing the issues.
    I'll do a bit of research on the problem.

    Thanks
  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    @saikiran: Please start your own thread rather than using an unrelated discussion.

    @Allan: The lightbox issue looks like it would be caused by $ being assigned to something other than jQuery - or possibly loading multiple instances of jQuery - or... looking at your page $ is undefined which looks like the issue - not sure what would cause that though.

    Allan
  • allanbethallanbeth Posts: 3Questions: 0Answers: 0
    Allan,

    Thanks for your help, though i have no idea what that all means at the moment. i will either do some research on the whole javascript thing, or get someone else to have a look for me.

    Really appreciate all your time.

    Allan
This discussion has been closed.