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
Describe the issue
Here we can find that we are able to create custom editor. It was mentioned "blur" and "change" events. But it is not described where to find all events of the editor I can subscribe to.
At the bottom I can find link to table events, but this is not what I am looking for.
The text was updated successfully, but these errors were encountered:
Ok. editor here is my HTML element. So I have a set of events which this element has.
But to be clear Tabulator should tell that for 'my element' I should handle events when user goes away from element OR when user changes the value.
This is so implicit and unclear from the first sight. But when I experience mechanics/workflow, then it because clear.
Please document why "change" and "blur" should be handled. When user uses 3rd party components they have its own events which him should subscribe to. The user should understand which events he should look for.
Website Page
https://tabulator.info/docs/6.3/edit#edit-custom
Describe the issue
Here we can find that we are able to create custom editor. It was mentioned "blur" and "change" events. But it is not described where to find all events of the editor I can subscribe to.
At the bottom I can find link to table events, but this is not what I am looking for.
The text was updated successfully, but these errors were encountered: