Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82143

How to prevent aoColumnDefs applying to header and footer in DataTables?

$
0
0
This is a part of my code where I apply class name into table cells.

"aoColumnDefs" : [{
    "sClass" : "email",
    "aTargets" : [0]
}]

However it applies also into tfoot and thead ths. How I can make it apply only into tbody th?

Viewing all articles
Browse latest Browse all 82143

Trending Articles