Add select widget in table rows

1
0
-1

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?

1 answer

1
+1
-1
This one is the BEST answer!

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

Comments

Submitted by mike_1989256 on Thu, 07/16/2020 - 09:30

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 !!!

Notifications