Skip to content

Commit 16f2993

Browse files
committed
add loaded event
1 parent f1c23a1 commit 16f2993

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

resources/js/ui/Table/Table.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,8 @@
536536
if (this.refresh && ! self._timer) {
537537
this._timer = setTimeout(() => this.getRecords(), this.refresh)
538538
}
539+
540+
this.$emit('loaded', this.records)
539541
})
540542
},
541543

0 commit comments

Comments
 (0)