org-chart icon indicating copy to clipboard operation
org-chart copied to clipboard

Paging is not fully integrated.

Open Exscotticus opened this issue 6 months ago • 2 comments

Basic paging (hit the button and get more results) does indeed work.

The problem is when you try to use it with pre-existing attrs.allNodes loops such as: clearHighlighting() and expandAll().

When using paging, these function should follow the paging rules in accordance with minPagingVisibleNodes and pagingStep. They should not process every single node. The entire point of paging is to prevent that.

Exscotticus avatar Aug 23 '24 20:08 Exscotticus