I have a question about setting the style attributes for a data cell in the jQuery.DataTable. I was able to set the width for each column when initializing the
jQuery.DataTable
Quick and easy way would be to add an nth-child class for the table. So in your case:
nth-child
#example td:nth-child(2) { text-align: right; }