There is number column which represents price. How to align it to the right in the table grid. I tired
$this->crud->addColumn([
'name' => 'amount',
'type' => 'number',
'label' => 'Amount',
'align' => 'right',
]);