diff --git a/changelog/unreleased/bugfix-lazy-loading-table b/changelog/unreleased/bugfix-lazy-loading-table index 68b487658..6e1a2b4cf 100644 --- a/changelog/unreleased/bugfix-lazy-loading-table +++ b/changelog/unreleased/bugfix-lazy-loading-table @@ -1,5 +1,7 @@ Bugfix: Lazy loading render performance -The render performance of the lazy loading option in tables (OcTable, OcTableSimple) has been improved by removing the debounce option. +The render performance of the lazy loading option in tables (OcTable, OcTableSimple) has been improved by removing the debounce option and by moving the lazy loading visualization from the OcTd to the OcTr component. For lazy loading, the colspan property has to be provided now. https://github.com/owncloud/owncloud-design-system/pull/2260 +https://github.com/owncloud/owncloud-design-system/pull/2266 +https://github.com/owncloud/web/issues/7038 diff --git a/docs/components/tokens/IconList.vue b/docs/components/tokens/IconList.vue index b532d1455..9fead1627 100644 --- a/docs/components/tokens/IconList.vue +++ b/docs/components/tokens/IconList.vue @@ -10,7 +10,7 @@
Displaying {{ filteredIcons.length }} out of {{ icons.length }} icons
- +