Prompt for table elements
Describe the solution you'd like
Have a table view in which you could fill multiple elements at the same time, without having to use multiple prompts.
Additional context
An example use case would be having a prompt that will generate a list of values to insert into an sql table
Hey @alex-crr, thanks for the idea!
Could you provide more detail on the feature you're talking about? Is it more related to the TableView Element, TableSelector or Prompt, I do not completely get the point.
Feel free to add screenshots, inspirations or more
Let's take a concrete example. I have a console app that allows me to interface with an sql database. . the TableView elements allow me to visualize entries:
The
TableSelector allows me to chose one of my rows.
However there is no element that would allow me to fill such table. My current workaround is to just loop around with a simple prompt
The suggestion I'm making is to provide a prompting element (one that will retrieve data from the user) tailored for multiple field inputs, thus allowing one to fill it's tableviews with only one prompt.
I get your point, this could indeed be a great improvement, though I may work on a form-like element before that.
Stay tuned for the updates!