Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CacheManagement
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CacheManagement
Commits
507a1c45
Commit
507a1c45
authored
Mar 29, 2020
by
gdlcf88
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable scrollX.
parent
fb8304c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
index.js
...t.Web/Pages/CacheManagement/CacheItems/CacheItem/index.js
+1
-0
keyList.js
...Web/Pages/CacheManagement/CacheItems/CacheItem/keyList.js
+2
-1
No files found.
src/EasyAbp.CacheManagement.Web/Pages/CacheManagement/CacheItems/CacheItem/index.js
View file @
507a1c45
...
...
@@ -12,6 +12,7 @@ $(function () {
serverSide
:
true
,
paging
:
true
,
searching
:
false
,
scrollX
:
true
,
autoWidth
:
false
,
scrollCollapse
:
true
,
order
:
[[
1
,
"
asc
"
]],
...
...
src/EasyAbp.CacheManagement.Web/Pages/CacheManagement/CacheItems/CacheItem/keyList.js
View file @
507a1c45
...
...
@@ -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%
"
},
]
}));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment