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 = [] , (How to re-initialize columns when using <Hotcolumn>), but it dosen’t work
how to resolve this , thank you !