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
$('#tblAssignment tr td:nth-child(1)').addClass('rightaligned');