Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
c0dd2f56
Commit
c0dd2f56
authored
Jun 15, 2017
by
杨奕
Committed by
baiyaaaaa
Jun 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Table: fix hidden summary row with async data (#5318)
parent
d631c0fe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
examples/docs/zh-CN/checkbox.md
examples/docs/zh-CN/checkbox.md
+2
-2
packages/table/src/table.vue
packages/table/src/table.vue
+1
-0
No files found.
examples/docs/zh-CN/checkbox.md
View file @
c0dd2f56
...
@@ -251,8 +251,8 @@
...
@@ -251,8 +251,8 @@
| size | Checkbox 按钮组尺寸 | string | large, small | — |
| size | Checkbox 按钮组尺寸 | string | large, small | — |
| fill | 按钮激活时的填充色和边框色 | string | — | #20a0ff |
| fill | 按钮激活时的填充色和边框色 | string | — | #20a0ff |
| text-color | 按钮激活时的文本颜色 | string | — | #ffffff |
| text-color | 按钮激活时的文本颜色 | string | — | #ffffff |
| min | 可被勾选的 checkbox 的最
大
数量 | number | — | — |
| min | 可被勾选的 checkbox 的最
小
数量 | number | — | — |
| max | 可被勾选的 checkbox 的最
小
数量 | number | — | — |
| max | 可被勾选的 checkbox 的最
大
数量 | number | — | — |
### Checkbox-group Events
### Checkbox-group Events
| 事件名称 | 说明 | 回调参数 |
| 事件名称 | 说明 | 回调参数 |
...
...
packages/table/src/table.vue
View file @
c0dd2f56
...
@@ -406,6 +406,7 @@
...
@@ -406,6 +406,7 @@
immediate
:
true
,
immediate
:
true
,
handler
(
val
)
{
handler
(
val
)
{
this
.
store
.
commit
(
'
setData
'
,
val
);
this
.
store
.
commit
(
'
setData
'
,
val
);
if
(
this
.
$ready
)
this
.
doLayout
();
}
}
},
},
...
...
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