如何在Datables BootStrap列中居中图像

时间:2016-03-11 18:20:12

标签: jquery html css twitter-bootstrap datatables

使用Datables BootStrap,要在列中输入img,请执行此操作

     $("div.a:not(strong)")

     $("span > div.a:not(strong)")

预计这会将图像置于最后一列的中心位置,但它似乎无法正常工作。

参考:DataTables Cell classes options

有什么想法吗?

1 个答案:

答案 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">