Hi theducks
Thanks for the reply but alas, nope.
To test, I sorted books from the table by clicking the tags column header so they were all jumbled.
I set the sort as : ('title', 0), 'series', ('author', 0)
On restart, the only column sorted was the title.
The tweak sort order had changed to :
[['title', 0], 'series', ['author', 0]]
The actual end result I want is to replicate my manual clicking of table headers in the order of Title, Series, Authors.
This results, manually, of books :
alphabetically by author where there is no series
series order by author where there is a series.
I hope this is clearer, and I'll probably now find that this is not possible.
Thanks for the help.
|