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.
开发者_如何学JAVAThanks
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
精彩评论