I am using in a vue3 application (using vite bundler) and am having two issues that I can’t resolve:
-
manualRowResize doesn’t work (when I hover, it does not present the resize tool like you see with manualColumnResize which does work in my app),
-
When I left mouse click in one cell, the row header and the column header are highlighted, but I don’t get a blue box around the cell unless I double click. And then the small blue square at the bottom right corner of the cell does not appear. So, I’m not able to drag the contents of one cell down or across.
If I try to create a fiddle to reproduce this behavior, I am not able. Any suggestions on where I might look to resolve this?
Note: I do have a console error when I first load the app:
Uncaught TypeError: Cannot read properties of undefined (reading ‘defineComponent’)
at vue-handsontable.min.js:30:1364
at vue-handsontable.min.js:30:210
at vue-handsontable.min.js:30:344
using
“https://cdn.jsdelivr.net/npm@handsontable/vue@12.1/dist/vue-handsontable.min.js”
I am using @handsontable/vue3 ^12.1.3
handsontable ^12.1.3
vue ^3.2.38