Configure column visibility¶
UI • interface
Configures the visibility of a column in different Graphext sections.
Usage¶
The following are the step's expected inputs and outputs and their specific types.
Step signature
configure_column_visibility(column: column, {"param": value})
where the object {"param": value}
is optional in most cases and if present may contain any of the parameters described in the
corresponding section below.
Example¶
Example call (in recipe editor)
configure_column_visibility(ds.bio, { "graph": "pinned", "details": "hidden" })
Inputs¶
column: column
Column to be configured.
Parameters¶
graph: string
How to show a column in the Graph section.
Must be one of:
"pinned"
,
"hidden"
details: string
How to show a column in the Details section.
Must be one of:
"pinned"
,
"hidden"