Phantom Event Handler

I have a table with no listed event handlers:

but when I explore the .onRowSelect there is a JS query listed:

Is there an easy way to programatically remove that query?

Hey @Bill_Waring, at the moment there isn't a way to dynamically set/remove event handlers, odd that it is showing up there though, are you seeing that query actually trigger when you select a row?

@Kabirdas yes - it was triggering the query that I couldn't access. I ended up deleting that table component and rebuilding it. That did the trick. I couldn't think of another way to remove a query that was triggering without showing up on the event handler.