I\'m new to datatables. When I make table header, it\'s always left align. How can I set the header to center align? I\'ve read datatables.net/manual/styling/classes and datatab
by using this style :
table.center-all td,th{ text-align :center; }
I can add the center-all class to my table and everything will be aligned to center. like this :
center-all
....
In this way I have the option to center the content of some tables without need to apply it to the whole page/site