fnFooterCallback only called once when multiple footer rows exist

fnFooterCallback only called once when multiple footer rows exist

robertbrowerrobertbrower Posts: 158Questions: 1Answers: 0
edited September 2013 in General
My table has a tfoot which contains multiple rows for min, max, and average. I want to use fnFooterCallback to fill in the cells in these rows but this callback only seems to get called once. Shouldn't it get called once per row? Thanks! Robert.

Replies

  • robertbrowerrobertbrower Posts: 158Questions: 1Answers: 0
    I found a workaround: http://datatables.net/forums/discussion/5861/using-fnheadercallback-with-multiple-header-rows/p1

    But I'd still like to know if fnFooterCallback is supposed to be called only once for the first row in the tfoot, or for each row.

    DataTables-1.9.1

    Regards,

    Robert
This discussion has been closed.