Hi,
I’m trying to add search option to ColumnParameter or MultiColumnParameter just like in column filter node - in the configuration of custom node that I’m creating.
I didn’t see any option of it in the documentation - is there any attribute I need to add?
my configuration:
source _cols = knext.MultiColumnParameter(
label=“Source columns”,
description=“Select the source columns”,
port_index=0,
column_filter= None,
since_version=None
)
screenshot of the current input ( MultiColumnParameter ):
column filter (that has the search option):
Thanks,
Hagay
6 posts - 4 participants