DataTable Fixed Header Not Being Applied

后端 未结 2 1848
悲&欢浪女
悲&欢浪女 2021-02-07 12:09

I have a table using datatables plug-in. I\'m trying to make my table header fixed, and follow this link : here

$(\'.device-table\').DataTable( {
    \"fixedHea         


        
2条回答
  •  Happy的楠姐
    2021-02-07 12:34

    For the fixedHeader plugin to work you also need the css file:

    
    

    Check this update:
    https://jsfiddle.net/s2xbf9d0/6/

提交回复
热议问题