"beforeInit" is not called

Tags: #<Tag:0x00007efc61f94318>

Hello, here is an example
http://jsfiddle.net/Resems/7zjzg5pd/10
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