//
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
$('#example').dataTable( {
"dom": 'lrtip'
} );
It looks like you're new here. If you want to get involved, click one of these buttons!
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