Empty table in frontend
-
I can see the data table in the admin, but not in the front-end. They only thing displayed are the headers. Inspecting javacript, the function that is not working is this:
jQuery(function() {
wpda_datatables_ajax_call(wpdaDbColumnsvwProductCompact4, “”, “vwProductCompact”, “”, “yes”, “Row details”, “modal”, “yes”, “es-ES”, “”, true, true, true, wpdaDbColumnsvwProductCompact4_advanced_options, 4, “If not listed”, [], “”, “”, “”, [], “false”, “false”, “”, wpdaDbColumnsvwProductCompact4_geosearch_options, “370b6b990f”, “”);
});And the error is “Uncaught ReferenceError: jQuery is not defined”. How can I sort out this issue?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Empty table in frontend’ is closed to new replies.