How to do sorting in
OnDemandGrid
withJSONrestStore
?I tried
sortable:true
like below but it did not work.{field: "column1",label: "column1",sortable:true}, {field: "column2",label: "column1",sortable:true}
The normal String sorting itself is not working.
I also want to customize the sorting for currency fields and Date fields.
Please tell how to do customized sorting in OndemandGrid
.