We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the label or children attribute has to be a direct property of the node.
<div ivh-treeview="model" ivh-treeview-label-attribute="'name'" </div>
Being able to access nested object properties would be useful
<div ivh-treeview="model" ivh-treeview-label-attribute="'data.name'" </div>
I'm interested to work on the attributes
The text was updated successfully, but these errors were encountered:
Sorry, just getting around to some things now. If you'd like to submit a PR with tests we'd be interested.
Sorry, something went wrong.
Alright, will give it a go
No branches or pull requests
Currently the label or children attribute has to be a direct property of the node.
<div ivh-treeview="model" ivh-treeview-label-attribute="'name'" </div>
Being able to access nested object properties would be useful
<div ivh-treeview="model" ivh-treeview-label-attribute="'data.name'" </div>
I'm interested to work on the attributes
The text was updated successfully, but these errors were encountered: