• Resolved flashnurde

    (@flashnurde)


    Hi,

    I just updated to the latest plugin version… After the update I am now getting error alerts on almost all of my tables within the following format:

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

    or

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

    I have no clue as to how to go about solving that. I would highly appreciate any help. Would it be possible for me to fall back to version before? If so how would I have to go about it? I rather have a working version which might not support any new features instead of having visitors being scared off by seeing error messages.

    regards,
    chris

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

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter flashnurde

    (@flashnurde)

    when having the following option deselected I do not receive any error messages.

    “Yes, enable the use of a JavaScript library. WP-Table Reloaded includes three JavaScript libraries that can add useful features, like sorting, pagination, and filtering, to a table.”

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    you are getting this error message because something on your page/table is not correct for the DataTables JS library.

    Turning off the library will of course remove the error message, but at the same time, your tables won’t have the advanced features (sorting, pagination, …) anymore.

    If you want those back, I suggest that you create test page where we can try to find why the message comes up.
    If you don’t want to use those features on your tables, everything is fine now, as you have disabled the library.

    Regards,
    Tobias

    I have the same issue.

    After I upgraded to wp-table-reloaded.1.9.2.

    This alert show:

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

    Hello Tobias,

    Can you check this page that show an error alert?
    http://www.minimanis.net/percobaan-jangan-dihapus/

    Thank You

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    you are suffering from a similar problem: You are using the DataTables library on a table that has #colspan# in it. This is not really supported by DataTables.

    So, you will either need to remove the row with the #colspan#, or stop using the DataTables library on this table.
    You could also try to enabled the “Table Footer” checkbox, this might also help.

    Regards,
    Tobias

    Thread Starter flashnurde

    (@flashnurde)

    @tobias: I guess my problem is the the #colspan# syntax as well than. Appreciate your feedback and I will for now than just ignore using the datatables library.

    regards,
    chris

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Chris,

    yes, that’s the case, if you are using #colspan#.

    Regards,
    Tobias

    Hi there Tobias.

    Can this problem be fixed soon? Or is there any other workaround perhaps? Using custom css? Using different JS library? ?

    Hope to hear from you.
    Erik

    Hello Tobias,

    As you suggested, I have change with decscription and set Description to display in footer, but the distance is too height, can I get use by CSS or what should the setting to make it more near with table it self?

    Thank You

    Hello Tobias,

    You right, using table footer can fix this issue.

    Thank You

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    @jinbatsu: So for you everything is ok again?

    @bosserik: Do you mean that you want to use #colspan# and the DataTables library in the same table? As this is not really supported by DataTables, there’s nothing really that I can do here, sorry. Custom CSS does not influence this, and there is no other JS library which offers this large number of features.

    Regards,
    Tobias

    This same exact error stared happening to me tonight, and I am NOT using Colspan or Rowspan. I’ve temporarily disabled the JavaScript library for now, but I really need to be able to use the pagination and filtering/sorting features.

    My site is here: http://www.thetasteplace.com/recipe-index/

    Again, I just disabled .js for now.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Colleen,

    thanks for your question.

    In your table, this error is raised because of some slightly invalid HTML code: In row 75 (“Kentucky Rabbit …”) in the link in the second column, a closing quotation mark " is missing after the URL. Once you add that, the table structure will be correct again, and the JavaScript functions will be working again.

    Regards,
    Tobias

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: WP-Table Reloaded] JS alert open on almost all tables now’ is closed to new replies.