No sort change event handler in new table?

My query is super big so I want to run as few times as possible meaning I have to make it run only when manually triggered. But I don't know how to manually trigger it when you change which column you sort by in the new table?

Hi @jasper It doesn't look like we have built in functionality for triggering events on sort, but I'm wondering if you could solve this with Kabirdas' suggestion in this post where you're watching for changes in the table's sortArray property & then triggering your manual query on success

Yeah I did that and it worked thanks

1 Like

Glad to hear! I'm also submitting a feature request for natively supporting a sort change event

It looks like the sort change event will ship to Cloud later this week :blush: