Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
yaru
fgqyxxlr
Commits
2a506542
Commit
2a506542
authored
Jul 12, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增firstLoad是否首次请求加载数据,对于查询数据较大可以配置false
parent
3bc16136
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/bootstrap-table.min.js
+0
-0
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
+2
-0
No files found.
ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/bootstrap-table.min.js
View file @
2a506542
This source diff could not be displayed because it is too large. You can
view the blob
instead.
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
View file @
2a506542
...
...
@@ -25,6 +25,7 @@
toolbar
:
"toolbar"
,
striped
:
false
,
escape
:
false
,
firstLoad
:
true
,
showFooter
:
false
,
search
:
false
,
showSearch
:
true
,
...
...
@@ -61,6 +62,7 @@
pageNumber
:
1
,
// 初始化加载第一页,默认第一页
pageSize
:
options
.
pageSize
,
// 每页的记录行数(*)
pageList
:
options
.
pageList
,
// 可供选择的每页的行数(*)
firstLoad
:
options
.
firstLoad
,
// 是否首次请求加载数据,对于数据较大可以配置false
escape
:
options
.
escape
,
// 转义HTML字符串
showFooter
:
options
.
showFooter
,
// 是否显示表尾
iconSize
:
'outline'
,
// 图标大小:undefined默认的按钮尺寸 xs超小按钮sm小按钮lg大按钮
...
...
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