My "show entries" and "search bar" is not aligned and below too

My "show entries" and "search bar" is not aligned and below too

dnepomuceno101dnepomuceno101 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'));

Replies

  • dnepomuceno101dnepomuceno101 Posts: 31Questions: 4Answers: 0

    no need it ok now hehehehe

  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin

    What was the issue in the end? (Just incase anyone else finds this post and could benefit from your fix).

    Allan

Sign In or Register to comment.