Hi, i have followed all steps but i am unable to get fixed header for my datatable. This is a snippet :
"plugins" => array("FixedHeader"),
"showFooter"=>true,
"options"=>array(
"order" => [],
"bInfo" => false,
"dom" => 'Bfrtip',
"fixedHeader"=>true,
"buttons" => [
array(
'extend'=>'excelHtml5',
'text'=>'<i class="fa fa-file-excel-o"></i>',
'titleAttr'=>'Excel'
)
],
i have gone to my datatables folder and included the fixed header js and css files as well. There is no error thrown but it doesn't work. what should i do?