Hello, here is an example
In the provided example above, the beforeInit is never called.
As far as looking into the code and plugin itself, it rewrites the callback and never calls it.
Is there any way to fix this ?
Thank you.
Hello, here is an example
In the provided example above, the beforeInit is never called.
As far as looking into the code and plugin itself, it rewrites the callback and never calls it.
Is there any way to fix this ?
Thank you.
Hi @martin
beforeInit is called before table creation and after it enters the DOM tree and beforeInit won’t work inside hot settings. Here’s a link on how you can call it https://github.com/handsontable/handsontable/blob/master/src/plugins/_base.js#L41
Thank you.
you’re welcome @martin