Open Er-Kalpesh opened 2 years ago
So how to define column type here which is available in normal datatable?
Exp:
$('#example').dataTable({ "columnDefs": [ { "type": "num" } ] });
In the same way I need the column to be sorted as a number, so how to define that with yii2?
So how to define column type here which is available in normal datatable?
Exp:
In the same way I need the column to be sorted as a number, so how to define that with yii2?