Accessing array of datatables
Accessing array of datatables
![ndeepakram](https://secure.gravatar.com/avatar/780427889ba630e605a4b8f355c67f30/?default=https%3A%2F%2Fvanillicon.com%2F780427889ba630e605a4b8f355c67f30_200.png&rating=g&size=120)
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.