| Issue 20: | Support for paging of large node lists | |
| 1 person starred this issue and may be notified of changes. | Back to list |
If a node contains a very large number of children, it may be nice to specify a maximum count of nodes to read and display. So we could introduce a new status node type 'More...', that could be clicked to re-trigger a onLazyRead-event. It is up to the onLazyRead-event handler and the implementation of the Ajax service to implement the paging. For example by accepting a 'startIndex' and 'maxCount' argument. |
Owner: ---