jspreadsheet / jspreadsheet/ce
Bug: Cannot add new row after reducing columns and rows to minimum
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
After reducing the table to its minimum size (both columns and rows), the "Add Row" button stops working and no new rows can be added.
Steps to reproduce
- Open the interactive table demo
- Click "Remove Column" repeatedly until only 1 column remains
- Click "Remove Row" repeatedly until only 1 row remains
- Click "Add Row" button
- Observe that nothing happens
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 with the interactive table demo linked in the issue and reproduce the failure by reducing the grid to one column and one row. Trace the Add Row and Remove Row controls in the JavaScript spreadsheet UI; done means Add Row creates a new row from the 1-by-1 state.
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
- Clearly specified
- Newbie friendliness
- 48/100