jspreadsheet / jspreadsheet/ce
jspreadsheet version 5 doesn't have tabs property?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to upgrade from version 4 to version 5.
For our integration, it doesn't make sense to have multiple worksheets.
Because of that I'm trying to hide the tabs option to navigate between worksheets.
I see here that I should have a tabs property available:
https://bossanova.uk/jspreadsheet/docs/worksheets
But it seems to have multiple types definitions:
and if I try to add in our code:
I get a type error:
I actually hope I will be able to do: "tabs: false"
Am I missing something?
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 worksheets documentation and the conflicting type definitions shown in the issue. Check how the version 5 API types the tabs option and verify whether tabs: false is accepted; done means the documented behavior and TypeScript definitions agree.
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
- Mostly clear
- Newbie friendliness
- 35/100