tfoot dataTable después de thead y antes de tbody

<table>
  <thead>...</thead>
  <tfoot style="display: table-row-group;">...</tfoot>
  <tbody>...</tbody>
</table>
hirohito