Body of FixedHead datatable doesn't match with table header

Body of FixedHead datatable doesn't match with table header

smashingxsmashingx Posts: 2Questions: 2Answers: 0

For some reason the body of the table doesn't match with the header of the table. The first column in the table body (where all the companies are listed) doesn't match with the header of the table as you can see in this JSfiddle:

http://jsfiddle.net/xF8hZ/164/

I tried to adjust the header with some CSS:
.display.table.table-striped.table-bordered.table-hover.dataTable.no-footer:last-of-type { width: 100px !important;
}

But the header again doesn't match with the first column inside the table:

http://jsfiddle.net/xF8hZ/166/

Any help would be appreciated.

Answers

  • malikmalik Posts: 3Questions: 1Answers: 0

    same issue my friend

  • malikmalik Posts: 3Questions: 1Answers: 0

    actully fixed header with col reorder is set manully

This discussion has been closed.