initializing a table then empty it and then fill it agian
initializing a table then empty it and then fill it agian
guy.schaller
Posts: 4Questions: 0Answers: 0
hallo i have a table which i initialize as a data table
then i add rows to it using
fnAddData
afterwards i want to clear my table and insert a diffrent array to it.
anyway the first part works good. but when i do:
mytable.fnClearTable(0);
nothing seems to happen...
not even if i call the mytable.fnDraw();
so not to mension inserting new diffrent records to it... i cant even get the old ones to clear..
please help
then i add rows to it using
fnAddData
afterwards i want to clear my table and insert a diffrent array to it.
anyway the first part works good. but when i do:
mytable.fnClearTable(0);
nothing seems to happen...
not even if i call the mytable.fnDraw();
so not to mension inserting new diffrent records to it... i cant even get the old ones to clear..
please help
This discussion has been closed.
Replies
I just checked the documentation and saw this error in there, which has now been corrected :-)
Allan