Change position button as inline with pagination
Change position button as inline with pagination
Roby Firnando
Posts: 3Questions: 3Answers: 0
here i have button below table(datatable) , i want the buttons such as compare,save layout and print inline with pagination, how to do that ?
here is my source code
thank you
This discussion has been closed.
Answers
Hi @Roby Firnando ,
To do that, you'll nee to put those elements within the DataTables container using
dom
. This example here may help - it's putting some controls on the bottom of the table.Cheers,
Colin