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
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
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
This discussion has been closed.
Replies
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