Mateusz Szuta

Results 9 comments of Mateusz Szuta

So far are there any plans to implement this feature on your side?

Are there any informations about 0.4 version ?

Any new informations about new version ?

Is there maybe any chance for destroy function ?

``` var gm = $('.my-grid-mng-test').gridmanager().data('gridmanager'); gm.destroy(); ``` ``` Uncaught TypeError: gm.destroy is not a function at turnOffGridManager (froala.html:140) at HTMLDocument. (froala.html:135) at j (jquery.min.js:2) at Object.fireWith [as resolveWith] (jquery.min.js:2) at...

Well it doesn't work, it removes almost everything. But here are the codes: Html before init: ``` .col-xs-12 .col-md-8 .col-xs-6 .col-md-4 .col-xs-6 .col-md-4 .col-xs-6 .col-md-4 .col-xs-6 .col-md-4 .col-xs-6 .col-xs-6 ```...

Same result Final output: ``` Desktop Tablet Phone Toggle Dropdown Save Reset ```

Currently i have changed the destroy function to: ``` gm.destroy = function(){ if(gm.status){ // Remove controls $("#" + gm.options.controlId).remove(); // Remove content out of canvas ( grid manager ) gm.deinitCanvas();...