Align ToolTables together
Align ToolTables together
HappyFranky
Posts: 2Questions: 1Answers: 0
I'm trying to align all the tools from the table. Presently, all the tools are centrally aligned with the corners of the table, so I have the tools over/under the emptiness and over/under the table and I would like them to be only over/under the table.
This is my JS :
$(document).ready(function () {
$('#example').dataTable({
"order": [],
"pageLength": 25,
"dom": '<"wrapper"rtip>'
});
});
And my table :
What should I add and where?
Thanks!
This discussion has been closed.
Answers
Oups table didnt paste here it is,table class="display" id="example" style="width:980px;"...