How can I float a button that's under the Datatable to the right of the pagination?
How can I float a button that's under the Datatable to the right of the pagination?
dropdx
Posts: 3Questions: 2Answers: 0
//
This discussion has been closed.
Answers
Hi, you can define the order of the buttons by using the "dom"-tag like
$('#example').dataTable( {
"dom": 'lrtip'
} );
Read about it here https://datatables.net/reference/option/dom#Examples