-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: WEBUI-1.0.0
-
Component/s: Web UI
-
Tags:
-
Sprint:nxGang Sprint 9.2.3
Currently, the nuxeo-document-tree element uses the tree_children page provider and displays only the first page of the child documents (40 by default).
In order to display more doc, the only solution is to increase the page size of the tree_children page provider which won't scale after few hundreds of child documents.
We need to introduce a way to use the pagination provided by the page provider either by:
- infinite scrolling
or - add a load more node to load next page.
- depends on
-
ELEMENTS-317 Add ability to load more children to nuxeo-tree-node
- Resolved