fedemotta / yii2-widget-datatables

DataTables widget for Yii2
MIT License
35 stars 28 forks source link

How to define column type, I need column to be sorted as number #26

Open Er-Kalpesh opened 2 years ago

Er-Kalpesh commented 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?