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
Hello.
I know multi-selection can be handled by multiSelectionAction handler.
I want to add a "done" button so that the user can hide the dropDown after finishing selecting cells.
The only way i found so far is by using dataSource. By adding extra "done" string in datasources and when the "done" cell index is selected, call dropDown.hide()
But I am pretty sure there can be a better way for this.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello.
I know multi-selection can be handled by
multiSelectionAction
handler.I want to add a "done" button so that the user can hide the dropDown after finishing selecting cells.
The only way i found so far is by using dataSource. By adding extra "done" string in datasources and when the "done" cell index is selected, call
dropDown.hide()
But I am pretty sure there can be a better way for this.
Thank you.
The text was updated successfully, but these errors were encountered: