I’m trying to display a spinner to let the user know that something is happening and it’s not frozen. I’m running into the problem that the grid is still executing the clearselection and clearfilter code at the point the spinner is hidden because of them not being async. Any ideas on how to run a function/line of code after clearselection and/or clearfilters code is done running?