Sorting tables by dynamic columns
I know we cant sort or search by attributes, but with certain fields that need to be calculated on the fly (lets say a match score that is relative to the ownerRecord() on an RM), how should we go about sorting such columns? Most of the time I simply dont sort an attribute column like so, but in this particular case, its integral to be able to do so.
1 Reply
Did you ever find a way to do this? I have the exact need with an attribute accessor is computed from either a default value or an override value - both of which are in relation tables and in the primary model for the resource.