Accessing array of datatables
Accessing array of datatables
ndeepakram
Posts: 1Questions: 0Answers: 0
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
[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.