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

column filter (that has the search option):

image

Thanks,
Hagay

Hi @hagay_finiti,

this is currently not possible (@bwilhelm can you confirm?). I created a ticket for it (AP-20885).

Best regards
Steffen

1 Like

Hi all,

Correct. This is not possible right now. Adding search support for the MultiColumnParameter should be rather straightforward. For the ColumnParameter it’s a little more complicated because the base UI component does not support search yet.

2 Likes

Hello,
Thank you both for your answers.
Is there an option to notify me when this feature added?
thanks in advance,
Hagay

We’ll most likely contact you here. Either way, you can also always double-check the changelog of a new version.

Best regards
Steffen

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.