Run Query as table is scrolled

I have set the "On row clicked" to run a query on a table. How do I get it to run the same query when the selected row changes by key navigation (up down arrow keys)? The row gets highlighted and the properties of the selected row change, but the query does on trigger.

Ideally it would be great if it would run after a short period of time, so quickly navigating the table wouldn't run the query over and over but I'll settle just to have it run.

Hi George!

If you are referencing the {{table.selectedRow.data}} property in a query, and the query is set to run “When inputs change” it should run every time the selected row updates!

1 Like