Reply To: Unable to make table editable

Welcome to Taipy Forums Taipy GUI Unable to make table editable Reply To: Unable to make table editable

#236763
albertvualbertvu
Participant

Hi!

In order to make a table visual element editable, you need the following:

1. Specify the parameter: editable=True or editable[column_name]=True

2. Set on_edit to a custom function/behaviour that you want to add to your table

Regards,

Albert Vu – Taipy Team