Row filter by clicking in table

Hello,

I was wondering if is there any node that could filter a table by clicking in a row inside it.

Cheers.

Juan.

Hi @jacec2ce,
You can use the Table View (JavaScript) node for that purpose, It has a view where you can select rows with a checkbox, an additional column is added to the table that contains the selection state as Boolean value (true or false) which you can then filter using a Row filter node.

best,
Gabriel

Thanks for your reply,

I have the next question: if I want to see always the header when I scroll down in the table, how could I get this?

Juan.

Hi @jacec2ce,
this is sadly currently not possible. But thank you for your idea, we might add such a feature in the future.

best,
Gabriel

ok, thanks !

Juan.