would you instruct how to rearrange the info element in the top of the table (e.g search box...)
would you instruct how to rearrange the info element in the top of the table (e.g search box...)

in DataTables 2
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
I would like to know how to rearrange datatable info elements e.g. search box, pagination bar, ... your help is greatly appreciated
Use the
layout
option to control which Datatables elements are shown and where they are shown.Kevin
There is a collection of examples here for how to use
layout
.Allan