Commit 507a1c45 authored by gdlcf88's avatar gdlcf88

Enable scrollX.

parent fb8304c2
...@@ -12,6 +12,7 @@ $(function () { ...@@ -12,6 +12,7 @@ $(function () {
serverSide: true, serverSide: true,
paging: true, paging: true,
searching: false, searching: false,
scrollX: true,
autoWidth: false, autoWidth: false,
scrollCollapse: true, scrollCollapse: true,
order: [[1, "asc"]], order: [[1, "asc"]],
......
...@@ -9,6 +9,7 @@ $(function () { ...@@ -9,6 +9,7 @@ $(function () {
processing: true, processing: true,
bPaginate: false, bPaginate: false,
searching: false, searching: false,
scrollX: true,
autoWidth: false, autoWidth: false,
scrollCollapse: true, scrollCollapse: true,
order: [[1, "asc"]], order: [[1, "asc"]],
...@@ -45,7 +46,7 @@ $(function () { ...@@ -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