My "show entries" and "search bar" is not aligned and below too
My "show entries" and "search bar" is not aligned and below too
dnepomuceno101
Posts: 31Questions: 4Answers: 0
My "show entries" and "search bar" is not aligned and below too
var table = $('#DASM').DataTable( {
destroy: true,
responsive:true,
select: true,
language: {
searchPlaceholder: "Type here . . ." },
orderCellsTop: true,
fixedHeader: true,
dom: 'lBfrtip',
buttons: [ 'copy', 'excel', 'pdf' ],
columnDefs: [ {
orderable: false,
className: 'select-checkbox',
targets: 0
} ],
select: {
style: 'multi',
selector: 'td:first-child'
},
order: [[ 1, 'asc' ]]
} );
table.buttons().container().appendTo($('#test'));
This discussion has been closed.
Replies
no need it ok now hehehehe
What was the issue in the end? (Just incase anyone else finds this post and could benefit from your fix).
Allan