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.
Steps I've taken to troubleshoot: Check if any query has event handler, remove all event handlers in table.
Additional info: This is fairly recent, it started a few months ago:
First photo, nothing selected. Showing empty states
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.