Accessing array of datatables

Accessing array of datatables

ndeepakramndeepakram Posts: 1Questions: 0Answers: 0
edited June 2013 in TableTools
This is my code. But I am getting the following error.could any one help me:
[quote]
TypeError: oTables[i].fnSettings is not a function
[/quote]
[code]oTables=$(".reportResult").dataTable(
{
"aLengthMenu":[[10, 25, -1],[10, 25, "All"]],
"iDisplayLength" : 10
});
function showAll()
{
for(var i=0;i
This discussion has been closed.