Skip to content

Virtual Scroll Options #18

@ghost

Description

Hello, I have issues with slow ui when I have several nodes (1-2k) is there any way to implement virtual scroll? Below is a short, incomplete snippet of my use:

<ul frang-tree cmc-context-menu menu-data="contextMenuData" on-show="onContextMenuShow" pass-through="getContextMenuPassThroughData()" id="{{callee}}-tree-top-node" style="margin:0px;" > <li frang-tree-repeat="node in treeData track by $index" frang-tree-drag="{node: node, parent: $parent.node}" frang-tree-drop="processNodeDropFunction(node, dragData.node, dragData.parent)" frang-tree-allow-drop="shouldAllowNodeDropFunction(node,dragData.node,dragData.parent)" ng-class="{'selected':node.selected, 'highlighted': searchString && node.label.toLowerCase().indexOf(searchString) > -1}" object-identifier="{{determineObjectIdentifier(node)}}" >

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions