Hello, is there any way to lock / disable edit on all sheet after the luckysheet loads?
Contributor guide
Tech stack
javascript
Domain
frontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
JavaScript
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
Investigate if Luckysheet provides an API or option to disable editing on load. Check the documentation and source code for existing lock functionality. The issue asks for a way to lock all cells after load; possible solutions include adding a new configuration option or using a method call. Refer to the repository's issues and examples for similar features.