Table View node - Interactive selection

Hi all,

I was using a Table View (Javascript) which was very useful to get the user input - it allows the user to select and then we were filtering the output based on user selection.

Using the new Table View node, the selection is still possible but the data are not going through an output port.

Is there a way to do the same as before with the Table View (Javascript)?

Thanks all for the support
Regards
Jerome

1 Like

Hi @trj,

I’m afraid this is not possible with the Table View node, as it doesn’t support an output port. But, you can make a selection interactively, and there is an option to display only the selected rows in the view, but you can’t pass those selected rows downstream in the workflow.

Best,
Keerthan

1 Like

Hi @k10shetty1

Thanks for the update - any plan to make something similar as the Table View (JavaScript) that had output ports?

Best
Jerome

1 Like

Hi @trj,

You can use the hilite row splitter node to perform this. Check this example workflow to get started.

Best,
Keerthan

2 Likes

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