Seeking to enhance the functionality of the handsontable plugin by enabling multiple selections in its dropdown list. Tried extending the base Editor within the library following suggestions from this resource. Spent considerable time examining the source code without much success.
Open to solutions utilizing Angular extension or native ECMA5 or 6 methods for extending the plugin.
Considered extending the framework with the provided code snippets focusing on 'multiselect' and 'Handsontable.MultiselectDropdownCell'. Implemented a modified version of the dropdown editor, but still struggling to pinpoint key areas.
// Code snippet here...
Encountering difficulty tracing the click event when users select items in the dropdown menu. Debugging processes hindered by the Traceur tool. Attempts to capture click events within the module proved unsuccessful. Need assistance identifying where to modify code for supporting multiple selections.
Fiddle: http://jsfiddle.net/tjrygch6/
Any help would be greatly appreciated. Thank you!