initializing a table then empty it and then fill it agian

initializing a table then empty it and then fill it agian

guy.schallerguy.schaller Posts: 4Questions: 0Answers: 0
edited July 2010 in General
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

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Try removing the '0' in the fnClearTable call. That may stop the table redrawing.

    I just checked the documentation and saw this error in there, which has now been corrected :-)

    Allan
This discussion has been closed.