Fixed Header : header's width overlfow with div.table-responsive

Fixed Header : header's width overlfow with div.table-responsive

poitierjohanpoitierjohan Posts: 1Questions: 0Answers: 0

Hi,
I use datatables with FixesHeader.
But i've a problem.

My table is in a

But with the G-FixedHeader extensions, i've this result (file attached) : see the "overflow" of the header...

My datatable code is :smile:

var table = $('#datatable').DataTable({
        autoWidth: true,
        responsive: true,
        "pageLength": 400,
        "bLengthChange": false,
        "bPaginate": false,
        "bShowing": false,
        "bInfo" : false,
        "bFilter": false,
        "bSortMulti": true,
        colReorder: true,
        stateSave: true,
        fixedHeader: {
            headerOffset: 50
        }
    });

Do you have a solution ?

Thank a lot !

This discussion has been closed.