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
Standard: Collapse/Expand item should accept same parameters as select/deselect item methods do.
Namely: Collapse/Expand item should accept item index as a parameter.
Same as in : selectItem(item) - item (Object|number)
Usable from DART
Dart makes it non-trivial to use item JavaScript Object as a parameter.
Especially some dynamically generated JavaScript Object as a parameter - please don't make DART users work around it.
The text was updated successfully, but these errors were encountered:
feature request - would it somehow be possible to fully synchronize selection and expanding, so the not selected items are collapsed and selected item/s are expanded
Please update Collapse/Expand item API to make it
Standard: Collapse/Expand item should accept same parameters as select/deselect item methods do.
Namely: Collapse/Expand item should accept item index as a parameter.
Same as in : selectItem(item) - item (Object|number)
Usable from DART
Dart makes it non-trivial to use item JavaScript Object as a parameter.
Especially some dynamically generated JavaScript Object as a parameter - please don't make DART users work around it.
The text was updated successfully, but these errors were encountered: