I have to use HotColumn to render vue component, but it can’t add new column after table initialized.
i tried set this.$refs.table.hotInstance.columnSettngs = , (Handsontable is a JavaScript data grid that looks and feels like a spreadsheet - Available for React, Angular, and Vue), but it dosen’t work
how to resolve this , thank you !