VueJs Wrapper ... how do you collapse columns on load

Tags: #<Tag:0x00007f0b027f43b0>

I see in the documentation that there is a plugin to do this but it is in the JS style and I can’t seem to translate it to my vue instance. I need to know how to call this plugin in Vue

example1Hot.getPlugin(‘collapsibleColumns’).collapseSection({row: -4, col: 1});

If you create a reference to Handsontable instance: https://handsontable.com/docs/7.0.0/frameworks-wrapper-for-vue-hot-reference.html you should be able to call plugin methods just like in the example you gave.