There are two options for the width of columns: Width same for all columns or depending on each column. But you can not specify the width of each column. We will in future versions, thank you very much for your messages.
You can define the font style you want to the table. The table rows alternate 2 classes: odd and even. You can define two different styles for these classes:
<style>
.dataTable {
font-size: 12px !important;
}
.odd {
font-size: 12px !important;
color: #555 !important;
}
.even {
font-size: 14px !important;
color: #ccc !important;
}
</style>
If you need more help close this thread.