Sort by Second name
Sort by Second name

I've got a list of names Tim Smith, Ian Anderson for example.
I want to sort by the second name only, I always want to display first name then second name.
Is this possible? can I have a data attribute which is used to sort?
This discussion has been closed.
Answers
Yep, you can use orthogonal data for that - see
columns.render
,Colin