Skip to content

Commit

Permalink
Fab's comment
Browse files Browse the repository at this point in the history
Co-authored-by: Fabien Lelaquais <[email protected]>
  • Loading branch information
FredLL-Avaiga and FabienLelaquais authored Dec 20, 2024
1 parent 89cd926 commit cf29653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taipy/gui/viselements.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@
"name": "sortable",
"type": "bool",
"default_value": "True",
"doc": "If False, the table provides no sorting capability. (TO BE DISCUSSED: can be overridden on a column basis by specifying sortable key in the columns dict."
"doc": "If False, the table provides no sorting capability. Individual columns can override this global setting, allowing specific columns to be marked as sortable or non-sortable regardless of value of <i>sortable</i>, by setting the <i>sortable</i> property to True or False accordingly, in the dictionary for that column in the <i>columns</i> property value."
}
]
}
Expand Down

0 comments on commit cf29653

Please sign in to comment.