-
-
Notifications
You must be signed in to change notification settings - Fork 588
Labels
component: tabulatorRelated to the Tabulator widgetRelated to the Tabulator widget
Description
It'd be great if the Tabulator component gained support for the equivalent of the column_order parameter of Streamlit's data_editor widget:
The ordered list of columns to display. If this is
None(default), Streamlit displays all columns in the order inherited from the underlying data structure. If this is a list, the indicated columns will display in the order they appear within the list. Columns may be omitted or repeated within the list.For example,
column_order=("col2", "col1")will display"col2"first, followed by"col1", and will hide all other non-index columns.
column_orderdoes not accept positional column indices and can't move the index column(s).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: tabulatorRelated to the Tabulator widgetRelated to the Tabulator widget