Welcome to Taipy › Forums › Taipy GUI › Unable to make table editable › Reply To: Unable to make table editable
October 19, 2022 at 10:50 am
#236763
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