when datatables redraw?it seems like that the "fnFooterCallback" function did not re-call

when datatables redraw?it seems like that the "fnFooterCallback" function did not re-call

skymoodskymood Posts: 8Questions: 0Answers: 0
edited September 2009 in General
when datatables redraw?it seems like that the "fnFooterCallback" function did not re-call

i use oTable.fnDeleteRow( aPos[0] )

and i hope There is a similar statistical features in the foot of table
In the case does not update the page after a recount of the data deleted

but
oTable.fnDeleteRow (Default false redraw)
oTable.fnDraw();

also do not work

Replies

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin
    Hi skymood,

    It certainly should be called - as shown in this example: http://datatables.net/examples/advanced_init/footer_callback.html

    It might also be worth passing 'true' as the third parameter of fnDeleteRow ( http://datatables.net/api#fnDeleteRow ) to have it removed from the internal storage, and make sure it can't be accessed in future.

    Regards,
    Allan
This discussion has been closed.