Sorting tables when SC is set as noload

What is the best way to sort columns of a Bootstrap Generated table when the SC data source is set to noload? The method I tend to use is having Session Storage to set the parameters and it works well except for when the SC is set to noload. Calling the load() function retrieves/refreshes the data but it doesn’t continue to look for changes in the parameters after load.

I am working around the issue by using a ternary operator to set the noload value based on a variable value that is set when the button that triggers the SC is clicked. Does anyone have a better way?

Community Page
Last updated: