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
Hi,
When I try this code here to update a node:
https://gijgo.com/tree/methods/updateNode
It does append an extra checkbox to this node. The checkbox is added next to exisiting one.
Here is my code:
var tree = $('#tree').tree({ uiLibrary: 'bootstrap4', primaryKey: 'id', dataSource: '/Admin/MediaTree/GetDocuments', lazyLoading: true, checkboxes: true, dragAndDrop: true, border: true, hasChildrenField: 'hasChildrenCount', select: function (e, node, id) { } }); node.text = data.Text; tree.updateNode(currentNodeId, node);
Does anybody know what might be the issue ?
The text was updated successfully, but these errors were encountered:
ff28d8e
fixed #444
0018a8e
This is fixed only in the new development version. You can find the new stable builds at https://github.com/atatanasov/gijgo/tree/1.9/dist
Sorry, something went wrong.
No branches or pull requests
Hi,
When I try this code here to update a node:
https://gijgo.com/tree/methods/updateNode
It does append an extra checkbox to this node.
The checkbox is added next to exisiting one.
Here is my code:
Does anybody know what might be the issue ?
The text was updated successfully, but these errors were encountered: