I have a related field in a custom module that links to a contact. If I activate sorting for this field (listviewdefs.php: sortable=>true
) sorting works correctly by using the name
field of the contact.
How could I sort by the last_name
and then the first_name
instead?