@libs-ui/components-table 0.2.356-4 → 0.2.356-5

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.
@@ -406,6 +406,7 @@ class LibsUiComponentsTableComponent {
406
406
  setCountPagingStore: (count) => this.httpRequestData() && this.pagingStore() && this.pagingStore.update((paging) => ({ ...paging, total_items: count })),
407
407
  getCount: this.getCount.bind(this),
408
408
  getStore: () => this.stores() || [],
409
+ getItems: () => this.items() || [],
409
410
  hightLightItem: this.hightLightItem.bind(this),
410
411
  };
411
412
  }