taipy icon indicating copy to clipboard operation
taipy copied to clipboard

[DOCS] editable__columnname is not documented

Open AlexandreSajus opened this issue 6 months ago • 3 comments

Issue Description

The proper syntax to make the "Demand" column of a table editable in tgb is:

tgb.table("{demand_table}", on_edit=edit_demand, editable__Demand=True)

But this syntax is not documented in the docs: https://docs.taipy.io/en/develop/manuals/userman/gui/viselements/generic/table/ https://docs.taipy.io/en/develop/tutorials/visuals/2_using_tables/

Screenshots or Examples (if applicable)

No response

Proposed Solution (optional)

No response

Code of Conduct

  • [X] I have checked the existing issues.
  • [ ] I am willing to work on this issue (optional)

AlexandreSajus avatar Jul 31 '24 10:07 AlexandreSajus