Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure readonly columns and cell request #121

Closed
gudipudipradeep opened this issue Dec 8, 2022 · 3 comments
Closed

configure readonly columns and cell request #121

gudipudipradeep opened this issue Dec 8, 2022 · 3 comments

Comments

@gudipudipradeep
Copy link
Contributor

Please can some one guide how we can create readonly cell and columns.

Thanks for your help advance.

@shuanhukexuejia
Copy link
Collaborator

PROTECT WORKSHEET AND CONTENTS OF LOCKED CELLS is not supported temporarily, added to todo-list.

@nicoesiea
Copy link

nicoesiea commented Dec 13, 2022

There is an example here: #74
The variable is passed by: allowEdit:false,
and then, the value is used in the component to block the edition: allowEdit={props.allowEdit}
But this is for the entire document, not a specific row or collomn
Does it answer your question?

@gudipudipradeep
Copy link
Contributor Author

@nicoesiea I am looking for cell, columns and rows instead of sheet level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants