problem description The insert column in the right-click cell is always grayed out, no matter which cell it is, but insert row is OK. methods that have been tried set hotSettings allowInsertColumn:true, allowInsertRow:true, maxRows: 22, ...
in the development process, use VUE combined with handsontable to edit the table online and download it, but how to get the modified table style, line width, etc., and download it to the local Excel has tried to use the official, but it is not feasibl...
handsontable, is installed through npm on vue s project, but when it is run, it always reports **TypeError: rootElement.insertBefore is not a function** both npm install @ handsontable vue and npm install handsontable will report this error, and the...