Quantcast
Viewing all articles
Browse latest Browse all 98

How to add search option to ColumnParameter or MultiColumnParameter in python based node?

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 ):

Image may be NSFW.
Clik here to view.
image

column filter (that has the search option):

Image may be NSFW.
Clik here to view.
image

Thanks,
Hagay

6 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 98

Trending Articles