- HTML-, datatable table tag
HTML:
//Div To insert
<div id="divToInsert" >
</div>
//Datatable table
<table id="Grid" class="dataTable table table-striped table-bordered " style="width: 100% !important">
<thead>
<tr>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
Javascript:
// jquery datatable
$('#Grid').DataTable({....});
// Div datatable
$("#divToInsert").insertBefore($("#Grid"));
. div . div, , "row" div .