Is it possible to add button in table row?

I need to add button to the table row. I have dynamically created list and I want to be able to delete and edit some items. Is there any alternative to add those 2 buttons in row?

Unfortunately, it’s not possible to add buttons to a table directly. If you need this feature, you will either need to position the buttons on top of a table cell manually, or use nested lv_cont widgets to achieve a similar effect.

1 Like