Hey KNIMErs!
I am developing a DataApp. However I have some trouble with creating a table-(like) input for the user.
The user should insert as many rows as needed.
I used a workaround that takes a integer widget and creates an empty table and afer that the Table Editor (Javascript).
Is there a better way to do that?
Ideally I want to achieve something like this:
- The user inputs e.g. article nr.
- DB query to display some more text
- user inputs data in column C, D, E …
I tried using a Counting Loop over a Component (didn’t work) - but maybe due to false settings.
Any ideas?
Kind Regards Ricci