Say my table has columns 1-4, but I only display content for 1,3, and 4. Does anyone know (if there is) a way to sort the content in column 3 by the data in column 2?
Thank you,
Patrick
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Say my table has columns 1-4, but I only display content for 1,3, and 4. Does anyone know (if there is) a way to sort the content in column 3 by the data in column 2?
Thank you,
Patrick
Yes, use the sortProperty attribute:
<display:column property="prop1" sortProperty="prop2"/>