jQuery Datatables Header Misaligned With Vertical Scrolling

前端 未结 20 2517
北海茫月
北海茫月 2020-12-15 05:05

I\'ve posted this in the datatables.net forums, but after a week, still no response. Hopefully I can find help here...

I\'m using datatables version 1.8.1 and am ha

20条回答
  •  伪装坚强ぢ
    2020-12-15 05:06

    Not sure if I had the exact same problem. I was dealing with a very large table, 40+ columns, and was using horizontal and vertical scrolling. However, if the browser window was set so big that you could see the whole table, the column headings were left aligned and the table content was in the center.

    I noticed in firebug that the table had gotten a width of 1352px through DataTables. Setting that to 100% made everything line up!

提交回复
热议问题