ferdiax
Member
Posted 5 months ago #
Hello,
I'm getting the following error message that seems to be coming from javaScript. I've found a temporary workaround by turning off the "Filtering/Search" option in the "DataTables JavaScript-functies"
Is there a way to get this option up and running again?
Error popup:
'DataTables warning (table id = 'wp-table-reloaded-id-21-no-1'): Requested unknown parameter '1' from the data source for row 19'
Thanks
http://wordpress.org/extend/plugins/wp-table-reloaded/
Hi,
this error is raised by the DataTables JavaScript library (which has the sorting/search/pagination features). Unfortunately, it does not always work with tables that have colspanned or rowspanned cells and then can raise an error message like this.
Do you have #colspan# or #rowspan# in your table?
If yes, you will have to either turn off DataTables for this table (by unchecking the "Use JavaScript library" checkbox) to remove the error message, or remove all #colspan# and #rowspan#, if you need the DataTables library.
Regards,
Tobias