Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/72.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/sorting/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
DataTable Jquery-第Th字段排序图像问题_Jquery_Sorting_Datatable - Fatal编程技术网

DataTable Jquery-第Th字段排序图像问题

DataTable Jquery-第Th字段排序图像问题,jquery,sorting,datatable,Jquery,Sorting,Datatable,使用DataTable Jquery时出现UI问题。请检查图像-部门标题排序图像 我的代码是 <table id="Report" border="1" class="display"> <tread> <th>Project Code</th> <th>Department </th> </tread> </table> 一切正常。但是排序图标将出现在第十个标题ie-Departme

使用DataTable Jquery时出现UI问题。请检查图像-部门标题排序图像

我的代码是

 <table id="Report" border="1" class="display">
  <tread>
 <th>Project Code</th>
 <th>Department </th>
  </tread>
</table>
一切正常。但是排序图标将出现在第十个标题ie-Department上。 提前谢谢


Vinod定义AD字段的宽度 您可以在中更改箭头位置

table.dataTable thead .sorting_asc::after {
    content: "";
}
table.dataTable thead .sorting_desc::after {
    content: "";
} 
上课
dataTables.bootstrap.css

是否包含相应的css?这似乎是一个设计问题…谢谢Mat,是的Css文件丢失了。更新了它
table.dataTable thead .sorting_asc::after {
    content: "";
}
table.dataTable thead .sorting_desc::after {
    content: "";
}