desperately trying to render footer

desperately trying to render footer

pmengopmengo Posts: 74Questions: 37Answers: 2
edited March 2016 in DataTables 1.10

I cant fnd a way or debug why footer is not rendered. Possible cases, or issues?

Answers

  • jr42.gordonjr42.gordon Posts: 305Questions: 2Answers: 49

    Did you provide a <tfoot> in your HTML that matches your <thead>?

  • pmengopmengo Posts: 74Questions: 37Answers: 2
    edited March 2016

    @jr42.gordon .
    I just have
    <table id="quadTable" class="table table-bordered display responsive nowrap" cellspacing="0" width="100%"> </table>

    and let datatables take care of structure

This discussion has been closed.