开发者

How to increase cell padding in jquery datatables?

I am using jQuery DataTable plugin. Is there any option to increase cell padding or cell spacing in tables.

开发者_如何学JAVA

Thanks


table.dataTable td {
    padding: 10px;
}


Yes you can. Go to http://www.datatables.net/ref and look for sClass. This option allows you to add a class to a cell. The class will style the cell however you want it to.


Short-Answer: No http://www.datatables.net/ref

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜