Add select widget in table rows

Hello,

I have a table containing 3 columns : topic, evaluation, rate

The topic is a list of data that i get from the database (each data is 1 row in the table), whereas the evolution and rate columns, i want them to be dropdowns, each filled from a list.

Could you help me understand how to add a dropdown to each row, and update the data after selection?

Hi,

did you think about using a repeatable container instead of a table ?

To use a table you will have to create your own custom widgets to achieve this. With repeatable container and little bit of css you could have a decent result.

HTH

Romain

Thank you. In deed, this solution has given me a result that mimics the behavior of a table, while inserting all the elements that I want in the container.

Thanks !!!