Fixed #4441 - Component Name: Treetable lazy load plus pagination toggler icon remain as open

pull/4911/head
tugcekucukoglu 2023-11-30 16:46:00 +03:00
parent 2a1ecba00b
commit 7469bc2308
1 changed files with 2 additions and 0 deletions

View File

@ -353,6 +353,8 @@ export default {
pageEvent.pageCount = event.pageCount;
pageEvent.page = event.page;
this.d_expandedKeys = {};
this.$emit('update:expandedKeys', this.d_expandedKeys);
this.$emit('update:first', this.d_first);
this.$emit('update:rows', this.d_rows);
this.$emit('page', pageEvent);