jspreadsheet / jspreadsheet/ce

appearance problem

Open
#1,152 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
7.2k
Forks
890
PR merge metrics
No merged PRs in 30d

Description

  1. When delete rows or columns, it uses window.confirm to choose yes or no. Is it possible that use an async confirm method? So that I can replace it with a beautiful component. The confirm dialog looks like below:
    123

  2. When I scroll to the last column, and then double click 'image' type column, the dialog is not at the right position and close button has something wrong. The dialog looks like below:
    456

By the way, I use jexcel in Vue 2.x.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the two cases in a Vue 2.x integration: deleting rows or columns, and double-clicking an image column after scrolling to the last column. Trace the confirmation and image-editor dialog entry points used by the grid. Done means the confirmation can be replaced asynchronously and the image dialog is correctly positioned with a working close button.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.