Prevent clicking on table row from triggering queries

  1. I have a number of queries that are dependent on table.selectedRows.
  2. My table is a multiple select table.
  3. Clicking on the row (NOTE: different from SELECTING the row) seems to trigger those queries.

This is pretty annoying since users will often click around to highlight text, and a ton of elements start to refresh. I don't want to switch this to manual query because I actually do want auto-refresh when user really changes the row selection

Could you offer some screenshot of your automatically running query?

Create a JS transformer with the input of table.selectRows and output the data contained in table.selectRows...base your queries off this transformer rather than the table.