I am able to align a specific column using this code in the controller
$this->grocery_crud->callback_column('field_name',array($this,'_column_right_align'));
and the callback function
but the column title is not aligned.
How can I align the title?
Thanks