Hello,
I don’t know if i am bad using the moveColumn but in this example : JSFiddle, when i click in the button nothing move.
var plugin = hot.getPlugin("manualColumnMove");
plugin.moveColumn(2, 5);
Regards
Hello,
I don’t know if i am bad using the moveColumn but in this example : JSFiddle, when i click in the button nothing move.
var plugin = hot.getPlugin("manualColumnMove");
plugin.moveColumn(2, 5);
Regards
hi @jsiali
hope you’re doing well mate.
Mostly when you’re expecting something to appear or change in Handsontable but there are no visual results you need to rerender the table. It this case it’s the same, just add the ‘hot.render()’ and it will work : http://jsfiddle.net/mxrtvdo8/
Oh god !!! Damn it, why i don’t put it in my code , it’s the first rule with handsontable and i forget it
Thanks you @aleksandra_budnik
Regards