我需要一个命令来使用此JavaScript函数对列Document
的数据进行排序。我已经尝试"asSorting":["asc"]
,如下所示,它不起作用,"bSort":"asc"
和其他人也没有工作。我不确定该命令的排序方式。
SomeAdapter.method('getHeaders', function() {
return [
{ "sTitle": "ID" ,"bVisible":false},
{ "sTitle": "Document", "asSorting":["asc"]},
{ "sTitle": "Upload Date"}
];
});