Skip to content

Configure detail view

UIinterface

Select the preferred columns to customize a row detail view.

Usage


The following are the step's expected inputs and outputs and their specific types.

Step signature
configure_detail_view(*columns: column)

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

It will show the detail view with column A, column B and column C values.

Example call (in recipe editor)
configure_detail_view(ds.columnA, ds.columnB, ds.columnC)

Inputs


*columns: column