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

[FEATURE] Add options to TablePrompt #33

Open
TheItsNameless opened this issue May 28, 2023 · 0 comments
Open

[FEATURE] Add options to TablePrompt #33

TheItsNameless opened this issue May 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@TheItsNameless
Copy link
Contributor

Feature description
Currently, TablePrompt is very basic. Features like marking a cell as immutable are missing.

Additional Information
It should be possible to create cells either by inputing a string (which will be the cell content) or a dictionary (may be an object as well) which has the attributes:

  • content
  • immutable
  • type

If only a string is used, it will be assumed as not immutable and the type will be string.

An example:

{"colum 1": [{"content": "this stays as is", "immutable": True}, "type here"]}
@TheItsNameless TheItsNameless added the enhancement New feature or request label May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant