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

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

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