Align ToolTables together

Align ToolTables together

HappyFrankyHappyFranky 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!

Answers

  • HappyFrankyHappyFranky Posts: 2Questions: 1Answers: 0
    edited July 2014

    Oups table didnt paste here it is,table class="display" id="example" style="width:980px;"...

This discussion has been closed.