[
'header' => Yii::t('app', 'Price') . ' usd.',
'contentOptions' => [ 'class' => 'text-right'],
'attribute' => 'price',
'format'=>['decimal',2],
'headerOptions' => ['data-type'=>'number'],
]
I need view formatting money, but it removes the sorting link for the column from the header.
I Use footable