• Resolved samiotis

    (@samiotis)


    I’m getting the following error message on one single table on one specific page.

    DataTables warning (table id = ‘wp-table-reloaded-id-68-no-1’): Requested unknown parameter ‘1’ from the data source for row 0

    This message pops up every time I load this page:

    http://www.island-cruises.org/angthong-marine-park

    I have deleted the original table and replaced it with a new table with exactly the same content and the result is the same. There are 67 tables that work on the same website but this one doesn’t. On the same page is a second table which works just fine. After a day and a half trying everything I could think of, I could some help.

    http://wordpress.org/extend/plugins/wp-table-reloaded/

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

    (@tobiasbg)

    Hi,

    thanks for your question.

    The problem here is that you are using the #rowspan# feature and the DataTables library in this table, at the same time. This is not fully supported by the library and therefore gives an error message now. (Previously, the library just failed silently, but now this error is raised.)

    To fix this, simply uncheck the “Use JavaScript library” checkbox on the table’s “Edit” screen.

    Regards,
    Tobias

    Thread Starter samiotis

    (@samiotis)

    Thank you very much for your fast response Tobias, this works.

    I was using #colspan# not #rowspan#, but did so in other tables too and there I don’t have an error message, what is a bit odd.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, I meant #colspan# of course…

    I’m not exactly sure what the problem is, but it is some incompatibility in the DataTables JavaScript library, so there’s nothing I can do about it.

    Best wishes,
    Tobias

    Thread Starter samiotis

    (@samiotis)

    Thanks again for the fast response and the work you put in the plugin.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘DataTables warning (table id = 'wp-table-reloaded-id-68-no-1'): Requested unknow’ is closed to new replies.