jspreadsheet / jspreadsheet/ce
setData but keep first row stable
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
We are using the setData method to update the table and it works great. But we have a case where we want to update the whole table except for first row. Due to the user and inputted data into the first row. (And we update the table while the user is editing). We also do some ad-hoc styling of the first row with jQuery so saving the data and putting it back doesn't work well.
Any suggestions how we can do this?
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 setData method and its table-update behavior. Determine how the first row should remain intact while later rows refresh during editing, including the row's user-entered data and jQuery styling; the issue needs a defined API behavior and acceptance criteria before implementation can begin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100