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:

http://www.datatables.net/forums/discussion/7668/datatables-warning-attempted-to-initialise-datatables-on-a-node-which-is-not-a-table-div/p1

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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -