This category contains 7 nodes.
Creates a column filter widget for use in components views. Takes a data table and returns a filtered data table with only the selected columns.
Creates a column filter widget for use in components views. Takes a data table and returns a filtered data table with only the selected columns.
Creates a column selection widget for use in components views. Outputs a string flow variable with the name of the selected column.
Allows selecting multiple values from a list of strings in an encapsulating component's view. The selected values are returned as a data table and a […]
Creates a value filter widget for use in components views. Takes a data table and returns a filtered data table with only the selected values of a chosen […]
Allows selecting a single value from a list of strings in an encapsulating component's view. The selected value is returned as a string flow variable.
Creates a value selection widget for use in components views. Outputs a string flow variable with the name of the selected value.