Is it possible to sort by multiple columns similar to how SQL allows:
orderby="emp_name,books_read"
Is it possible to sort by multiple columns similar to how SQL allows:
orderby="emp_name,books_read"
SFGolfer,
No, only one column can be used as the sort column.
This topic has been closed to new replies.