$('#dFinalReport').html(_todayOrderLstHtml);
$('#dFinalReport').dataTable(
{ "sDom": 'l<"floatR pLeft10"T><"floatR"f>rtip',
"aaSorting": [[3, "asc"]], "iDisplayLength": 20
});
How to use datatable in javascript?
i declared div element in html and called datatable using div id(dFinalReport).i got a error message --------->
DataTables warning (table id = 'dFinalReport'): Attempted to initialise DataTables on a node which is not a table: DIV
which id i should use to call datatable and when i call?