Selecting row in table causes page scroll

  1. My goal: Fix issue/report possible bug
  2. Issue: I have a table that when selecting a row it runs certain queries. The issue is that when selecting a row it scrolls down to show queries loading. Table has no event handlers on row selection.
  3. Steps I've taken to troubleshoot: Check if any query has event handler, remove all event handlers in table.
  4. Additional info: This is fairly recent, it started a few months ago:

First photo, nothing selected. Showing empty states

Second photo: Scrolls down to component that relies on result from a query

I’m don’t know what that means, “scrolls to down to running queries”?

Sorry, it scrolls down to components that rely on results from a query but that query is still running so it shows the loading spinner for the query.

Are there any event handlers on any of the columns? Columns can have on click handlers. If it can’t be figured out, I would probably just drop in a new table and see how it acts after setting it up the same of the problem table.

Hey @Luis_Morales_Romero welcome to the Community! :smiling_face_with_sunglasses: How is it going? Are you still having trouble with this?