Cannot reinitialise datatable
-
Hi, I get “DataTables warning: Cannot reinitialise DataTable”, when loading Tablepress in a framework using knockout.js I’ve checked source and tablepress script is loaded twice. The plugin uses knockout for binding data. Any leads would be appreciated. From the content template…
global $pl_static_template_output;
$binding = “plclassname: [ (tplwrap() == ‘wrapped’) ? ‘pl-content-area pl-content-layout’ : ” ]”;
printf( ‘<div class=”pl-page-content” data-bind=”%s”>%s</div>’, $binding, $pl_static_template_output );
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Cannot reinitialise datatable’ is closed to new replies.