Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

readOnly, lazyLoad #350

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

readOnly, lazyLoad #350

wants to merge 11 commits into from

Conversation

reinrl
Copy link

@reinrl reinrl commented Apr 12, 2017

Added readOnly treeview functionality, ability to lazy load chlidren in via external function (e.g., REST service call from calling system)

Tree component has additional readOnly attribute in options, which essentially allows the tree to function similar to "disableAll" - with the added ability to expand and select a specific node (useful for still displaying the hierarchy, and having a selected node, for feeding into a larger form and/or navigational use cases).
added description of new readOnly option
Updated the default search method to escape special characters potentially present in the search string/node's value
Added lazyLoad, lazyLoadFunction
added bareBonesLazyLoadFunction for lazyLoad functionality (in case a proper function is not supplied by the calling system)
Added in additional functionality for keyboard users (a step towards A11Y)
added keyboard actions section
spelling error...
updated lazyLoad functionality to properly respect node.selectable
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant