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
When I define the event handler and execute my code, the event handler triggers, but the options parameter is 'undefined.' I added console.log(arguments) to the event handler and it indicates the arguments length is 0.
Any assistance is appreciated.
The text was updated successfully, but these errors were encountered:
According to the documentation, when defining the event handler for onSelectAll there should be an options parameter available.
The following is taken from my code:
When I define the event handler and execute my code, the event handler triggers, but the options parameter is 'undefined.' I added console.log(arguments) to the event handler and it indicates the arguments length is 0.
Any assistance is appreciated.
The text was updated successfully, but these errors were encountered: