DataTable Tpl Paginate Error
-
My setup:
(No other plugins)
Filebase Plugin Version 0.3.0.06
PHP Version 5.4.36
WP Version 4.1My site with issue:
https://fcchsv.jonathandevelop.com/newsletter/FF console says “aoData is undefined” when I click the Next pagination button.
My datatable currently says “Showing 1 to 010 of 14 entries”
That 010 is because _iDisplayStart or _iDisplayLength is of type string getting concat’d to a var of type number. Which may explain the undefined error.
This post seems to explain the concat issue…
https://datatables.net/forums/discussion/2279/datatables-1-7-beta-4-released
Maybe author could just update to the latest JQuery DataTable version?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘DataTable Tpl Paginate Error’ is closed to new replies.