修复代码生成拖拽多次出现的排序不正确问题
parent
e1c855b091
commit
20db92ecf5
|
@ -289,6 +289,7 @@
|
||||||
$(function() {
|
$(function() {
|
||||||
var options = {
|
var options = {
|
||||||
url: prefix + "/column/list",
|
url: prefix + "/column/list",
|
||||||
|
sidePagination: "client",
|
||||||
sortName: "sort",
|
sortName: "sort",
|
||||||
sortOrder: "desc",
|
sortOrder: "desc",
|
||||||
height: $(window).height() - 166,
|
height: $(window).height() - 166,
|
||||||
|
|
Loading…
Reference in New Issue