diff --git a/examples/routers/table.vue b/examples/routers/table.vue index f1915c4..f4eaadf 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -18,7 +18,8 @@
-
+ Table scrolling +
@@ -151,6 +152,7 @@ } ], + fixedHeader: false, tableData1: [], tableColumns1: [ { diff --git a/src/components/table/table.vue b/src/components/table/table.vue index b2fbc63..d8c62b9 100644 --- a/src/components/table/table.vue +++ b/src/components/table/table.vue @@ -835,6 +835,7 @@ deep: true }, height () { + this.handleResize(); this.fixedHeader(); } } -- libgit2 0.21.4