You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One question: currently, the selected= argument in treecheckInput() allows to specify the initial selection by value. It works well when the leaves all have unique values, but when they do not, it would be nice to have another way to specify which nodes we want selected. For example, something like c("0.3.1.0", "0.3.1.1") (assuming no conflict) could work.
Looking briefly at the code, it might be that the functionality is already there: e.g. lines 70-72 in treeview.js have
But I'm not sure how to use it or what the id parameter is -- perhaps adding the same for nodeId (assuming value search and id lookups have both failed) might work?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi -- first, thanks for the great package!
One question: currently, the
selected=
argument intreecheckInput()
allows to specify the initial selection by value. It works well when the leaves all have unique values, but when they do not, it would be nice to have another way to specify which nodes we want selected. For example, something likec("0.3.1.0", "0.3.1.1")
(assuming no conflict) could work.Looking briefly at the code, it might be that the functionality is already there: e.g. lines 70-72 in treeview.js have
But I'm not sure how to use it or what the
id
parameter is -- perhaps adding the same fornodeId
(assuming value search andid
lookups have both failed) might work?Thank you!
The text was updated successfully, but these errors were encountered: