wolf-table / table

A web-based(canvas) JavaScript Table
MIT License
412 stars 45 forks source link

Selection jumps to last row in all demos #1

Closed ziobit closed 1 year ago

ziobit commented 1 year ago

I tried the demo using the links provided, and both with Chromium-based and Firefox based engines, when I try to edit a cell and press 'enter', it jumps to the row 100th, the last one. I don't think it's the intended / good behavior, right? It should stay on the same cell or maybe go to the right or 1 row below, not to the last. Or is there a reason behind it?

myliang commented 1 year ago

clone project to local npm run dev

sdmq commented 1 year ago

package.json 修改

"dev": "webpack serve --config build/webpack.dev.js",