jquery plugins - DataTables warning: Attempted to initialise DataTables on a node which is not a table: FORM -
i have error message coming after have deployed datatables inside of application. cannot see coming haven't declared in js cause it. tables have got unique names , divs. have found same issue workaround doesn't seem apply problem:
anyone have pointers? google doesn't seem able looking @ guys assistance.
cheers nick
update:
this still causing me issue. assist or point in right direction?
you using id on datatable whereas declaring item in same page same id.
i had same problem:
i had in code:
<div class="modal fade span3 ui-corner-all" id="cheques" style="display: none">
and had
<table class="table table-nomargin datatable table-bordered" id="cheques">
i renamed on of element's id , worked ;)
Comments
Post a Comment