taipy
taipy copied to clipboard
[DOCS] editable__columnname is not documented
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)