Commit 00c5028d authored by lirilsu's avatar lirilsu Committed by 杨奕

Table: Expand rows when set `expand-row-keys`

parent ec182424
......@@ -443,8 +443,13 @@
}
},
expandRowKeys(newVal) {
this.store.setExpandRowKeys(newVal);
expandRowKeys: {
immediate: true,
handler(newVal) {
if (newVal) {
this.store.setExpandRowKeys(newVal);
}
}
}
},
......
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