You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom sorting algorithms are unaware of the invoking column.
Adding it will allow, for instance, grouped sorting that may require lockup without having to define a custom sorting function per column just to identify the caller and run the same logic.