Support » Plugin: WP-Table Reloaded » [Plugin: WP-Table Reloaded] Jquery conflict/missing after wordpress 3.3 upgrade?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    Your table is missing a “Table Head”. You will need to check the corresponding checkbox on your table’s “Edit” screen. This will then tranform the first row into a table head, so you likely want to insert a new first column their, which has the headers on what is visible in the columns.

    This “Table Head” will then be the <thead> that is mentioned in the DataTables forums thread, and it is a requirement for DataTables to work.

    Regards,
    Tobias

    Thread Starter jeeplaw

    (@jeeplaw)

    Ok, just added that, and the footer and still no go..

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, thanks for that.

    Another reason might be the outdated version of jQuery that your theme loads. Instead of jQuery 1.7.1 (from WordPress 3.3), the theme loads the old jQuery 1.4.4, which I believe is no longer supported by DataTables.
    You could verify this assumption by trying again with the WordPress default theme. DataTables should be working then.

    Regards,
    Tobias

    Thread Starter jeeplaw

    (@jeeplaw)

    Awesome! That did the trick Tobias..I’ll see about getting the theme to load a newer version of jquery..thanks again for your support!

    Oh, one other thing, is there a way to append an existing database table with new data? Say I upload a csv with 100 records today, and want to add onto that existing table with another 100 different records tomorrow. Is that possible?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the confirmation! Yes, you should definitely get your theme to load the new version. Maybe there’s even a theme update available?

    For your other question:
    No, this is not directly possible at the moment, as an uploaded CSV file will always replace the existing table entirely.
    The workaround is simple however: Just export the existing table to CSV, merge your two CSV files into one big table (in Excel or whatever you use), and then just upload that merged table, which obviously will have the 100 records from today and the 100 from tomorrow 🙂

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Jquery conflict/missing after wordpress 3.3 upgrade?’ is closed to new replies.