提交 633bc9e6 编写于 作者: C Catouse

* fix sort function for datatable.

上级 4b72db06
......@@ -420,8 +420,13 @@
row: r,
index: i
};
row.data[i] = rowCol;
}
else
{
rowCol.row = r;
rowCol.index = i;
}
row.data[i] = rowCol;
$td = $('<td/>');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册