I think block.add_option can set the type of element to select as follows.
How can I receive this item candidate from node's input?
I would like to create a node that receives a data frame and selects a specific column within that data frame, as in the code example below. However, after the items are first rendered, they seem to remain the same regardless of the node's connection state.
I think block.add_option can set the type of element to select as follows. How can I receive this item candidate from node's input?
I would like to create a node that receives a data frame and selects a specific column within that data frame, as in the code example below. However, after the items are first rendered, they seem to remain the same regardless of the node's connection state.