0
我想在劍道網格中應用排序,但它不工作。我想排序 日期列然後start_time列(日期+ start_time)。 我試圖排序:排序在劍道網格不工作
[
// sort by "JobDate" in ascending order and then by "Start_Time" in ascending order
{ field: "JobDate", dir: "asc" },
{ field: "StartTime", dir: "asc" }
],
其只工作了一個頁面不是grid.Please的所有數據讓我知道可能是問題。我也試過服務器排序,但它也沒有工作