@libs-ui/components-table 0.2.356-34 → 0.2.356-37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -451,6 +451,7 @@ class LibsUiComponentsTableComponent {
451
451
  getStore: () => this.stores() || [],
452
452
  getItems: () => this.items() || [],
453
453
  hightLightItem: this.hightLightItem.bind(this),
454
+ changePagination: async (page) => await this.paginationRef()?.FunctionsControl?.changePage(page),
454
455
  };
455
456
  }
456
457
  handlerChangeAllChecked() {