mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fixed #4441 - Component Name: Treetable lazy load plus pagination toggler icon remain as open
This commit is contained in:
parent
2a1ecba00b
commit
7469bc2308
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue