Reinit the table with "bStateSave": true
Reinit the table with "bStateSave": true
I have option "bStateSave": true and i want to reinit my table after filtering i try with function fnClearTable but this don't works i reset filtering with function fnFilter other suggests Thanks !!!
[code]
function cleartable()
{
//oTable.fnClearTable(0);
//oTable.fnClearTable(1);
for ( var i=0 ; i<4 ; i++ )
{
oTable.fnFilter('',i);
}
oTable.show();
}
[/code]
[code]
function cleartable()
{
//oTable.fnClearTable(0);
//oTable.fnClearTable(1);
for ( var i=0 ; i<4 ; i++ )
{
oTable.fnFilter('',i);
}
oTable.show();
}
[/code]
This discussion has been closed.
Replies
Allan