Fire an event when a user sorts a column in a power table

I’m trying to find a way to trigger when a user sorts a column in my power table. Is there any way to do this? I just need to know a column was sorted. The configureCell doesn’t seem to fire when this happens.

Thanks

Hi @ltoscano,
When you sort a column in a Power Table you apply a change to his ViewDataset property.

If you filter the property name in the propertyChange event handler, you will be notified that the viewDataset has been changed

Hope this helps,
have a nice day