FixedColumns Issue (Extra Spacing)

FixedColumns Issue (Extra Spacing)

MichaelECMichaelEC Posts: 23Questions: 9Answers: 0

Hi,

I have an issue with FixedColumns - whenever it is added, it seems to add a slight extra line beneath my last row (see screenshot)

There are a correct amount of <th> and <td> on my table and the table works fine without FixedColumns being added, although once added, this styling issue occurs.

table = $('#tbl_staff_details_stk').DataTable( {
order: [[2, 'desc']],
     scrollX:        true,
     scrollCollapse: true,
     paging: false,
     fixedColumns:   {
           leftColumns: 4
       },
 "bFilter" : false,
  "responsive" : true,
"iDisplayLength": 50,
})

Is it possible to PM my page in question with a login to you guys? That way you'd see the full picture.

This question has an accepted answers - jump to answer

Answers

  • MichaelECMichaelEC Posts: 23Questions: 9Answers: 0

    Oops, here's the screenshot!

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    Ideally, something on http://live.datatables.net would be the best options, as it means others can learn, and it's easier for us to diagnose and try out solutions. If that's not possible, yep, please PM the details and either myself or Allan will take a look.

    Colin

  • MichaelECMichaelEC Posts: 23Questions: 9Answers: 0

    Hi Colin, sorry for not getting back to this sooner rather than later, all is good - figured it out myself. Nothing wrong with DataTables!

This discussion has been closed.