October 19, 2022

Unable to make table editable

Welcome to Taipy Forums Taipy GUI Unable to make table editable

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236762
    AlienAlien
    Participant

    Hi, I would like to view my dataset with a table and have the option to edit it. Here is the code for my table:

    <|{data}|table|editable=True|>

    Setting the editable parameter to True doesn’t change anything about the table. I am running the latest version of taipy (taipy 2.0).

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.