Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[Feature request] "End-user view" #46

Closed
mnohn opened this issue Sep 17, 2020 · 4 comments
Closed

[Feature request] "End-user view" #46

mnohn opened this issue Sep 17, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@mnohn
Copy link

mnohn commented Sep 17, 2020

Is your feature request related to a problem? Please describe.
Context: We would like to embed the luckytable in a simple web interface for end users. Currently end users get confused with menu, toolbar, column and row headers, etc.

Describe the solution you'd like
Thus end users shall NOT have the option (nor need the option) to code/edit/layout the model, with exception of few cells that are preconfigured for user inputs.

Moreover, we would love a simple and clean representation/view of the coded spreadsheet for end users - without any of the menus, tools (e.g. formatting table) and the column and row headers.

Related is request #45 about protecting the spreadsheet: in the end user representation, one would only be able to make few inputs in predefined cells and then the model will provide the output.

Additional context
Add any other context or screenshots about the feature request here.
Hope it's clear, am available for questions, and would be very happy to get this feature. thank you!

@DR-Univer
Copy link
Collaborator

hello,

  1. You can try change config to hide menu. for example:
luckysheet.create({
  showtoolbar:false,
  showinfobar:false,
  showsheetbar:false,
  showstatisticBar:false
});

we are developing about feature of hidden row and column title.

  1. Custom menus are opening related interfaces
  2. The feature of lock cell is added task list.

@mnohn
Copy link
Author

mnohn commented Sep 28, 2020

Thank you for #1!
And thank you for working on #2&3!

@dream-num
Copy link
Collaborator

The feature of lock cell is done, please check this worksheet configuration config.authority

@dream-num dream-num added the enhancement New feature or request label Oct 27, 2020
@mnohn
Copy link
Author

mnohn commented Oct 27, 2020

Perfect. We will implement it and revert with questions or suggestions or bug info. In any case, thank you a lot!

@mnohn mnohn closed this as completed Oct 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants