[Feature] 表格插入多条数据后,从外部excel复制的内容使用快捷键ctrl+v粘贴上去性能差,界面卡住无法进行操作
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
表格插入多条数据后,从外部excel复制的内容使用快捷键ctrl+v粘贴上去性能差,界面卡住无法进行操作,且没有一个Ctrl+v粘贴事件。
What does the proposed API look like?
建议增加Ctrl+v粘贴事件,且批量插入数据后性能优化
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the slowdown after inserting multiple rows, then paste content copied from an external Excel sheet with Ctrl+V and observe when the interface becomes unresponsive. Trace the table's paste handling and determine how a paste event can be exposed; done means the event is available and bulk pasting remains responsive after batch insertion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100