Commit 507a1c45 authored by gdlcf88's avatar gdlcf88

Enable scrollX.

parent fb8304c2
......@@ -12,6 +12,7 @@ $(function () {
serverSide: true,
paging: true,
searching: false,
scrollX: true,
autoWidth: false,
scrollCollapse: true,
order: [[1, "asc"]],
......
......@@ -9,6 +9,7 @@ $(function () {
processing: true,
bPaginate: false,
searching: false,
scrollX: true,
autoWidth: false,
scrollCollapse: true,
order: [[1, "asc"]],
......@@ -45,7 +46,7 @@ $(function () {
]
}
},
{ data: "cacheKey" },
{ data: "cacheKey", width: "10%" },
]
}));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment