src/components/Table/lims-table.vue
@@ -191,7 +191,7 @@ props: { isSelection: { type: Boolean, default: false, default: undefined, }, height: { type: String, @@ -259,7 +259,7 @@ }, rowKey: { type: String, default: undefined, default: "id", }, page: { type: Object, @@ -280,9 +280,9 @@ }; }, watch: { column(val) { this.doLayout(); }, // column(val) { // this.doLayout(); // }, }, updated() { this.$nextTick(() => {