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 bug
In 4.9 when I subscribed to cellEditing callback, this callback is called when editor is ready.
In 6.3 this callback is called before editor is created. I see that onRendered event is called for the custom editor https://tabulator.info/docs/6.3/edit#edit-custom and I can do something when editor is ready.
But for builtin editors there is no such call back, eg. I can not do:
Describe the bug
In 4.9 when I subscribed to
cellEditing
callback, this callback is called when editor is ready.In 6.3 this callback is called before editor is created. I see that
onRendered
event is called for the custom editor https://tabulator.info/docs/6.3/edit#edit-custom and I can do something when editor is ready.But for builtin editors there is no such call back, eg. I can not do:
I understand that the new behavior is better, but there should be a way to subscribe to
onRendered
event for built in editors.Tabulator Info
Working Example
To Reproduce
Expected behavior
The event when builtin editor is ready should be called.
Actual behavior
I can not subscribe to callback when builtit editor is rendered.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: