Hello People,
i just start with outsystems and i have one question.
When in use the Input Widget within my Table, the same input shows in every row.
Obviously i am doing something wrong, but i am not able to find a solution.
Maybe some can help a Noob :)
Regards
Elektra
Hi,
According to your implementation, the input widget in each row of the table is linked to the same variable. This means that any changes made to one input value will affect all the inputs in every row. To resolve this issue, you need to assign a unique variable for each row, enabling you to store individual values for each row separately.
Refer the solution provided in this post : https://www.outsystems.com/forums/discussion/86032/input-box-for-every-row-in-table/#Post362769
I hope this helps you!
Kind regards,
Benjith Sam
Hey Benjith, it works!!! Thank you so so much for your help.
Kind Regards
You're welcome, Elektra. I'm glad it helped you :)
Hi Elektra,
When we use some widget like table we need to bind the list type of data source with it. This data source may be output of aggregate/data action or some local list of structures.
So basically in your case for first row and second row denoting same row from data source and this is for all the rows.
Here could you please share the OML file or can check at your end what is the data source of this table. For this either you can share the screen shot of table properties.
regards