Hi,
I’ve been playing with the generation of new nodes using Python based KNIME Extension and I find it super useful. I was able to create some nodes that work in my workflows.
My question is related with the config dialog of the node. All the parameters are shown in a single column (so one after the other as defined in my code). Is there any way to to put two parameters in the same row? For example, to add a knext.BoolParameter
next to a knext.IntParameter
side-by-side. I see that with SDK, the config dialog is more configurable.
Thanks in advance,
Fer
5 posts - 3 participants