使用Datables BootStrap,要在列中输入img,请执行此操作
$("div.a:not(strong)")
$("span > div.a:not(strong)")
预计这会将图像置于最后一列的中心位置,但它似乎无法正常工作。
参考:DataTables Cell classes options
有什么想法吗?
答案 0 :(得分:0)
@ Gyrocode.com感谢您的帮助。
我发现为什么它在我的网站上无效。我忘了添加样式表:jquery.dataTables.css
使用这个样式表,没关系
<!-- DataTables -->
<link rel="stylesheet" href="plugins/datatables/dataTables.bootstrap.css">
<link rel="stylesheet" href="plugins/datatables/jquery.dataTables.min.css">