I had both AZ and ZA when I first added this feature. I originally had it as a single button that would change text to indicate what the next sort option would be. AZ, ZA, AZ,... etc. Other than being a cool little "extra" ( at least I thought it/i was cool when I coded it. lol ), is ZA actually beneficial in regards to spell sorting? I don't believe so. AZ seems WAY more helpful than ZA to me, but I'm still open to it if other's think ZA is desirable. That said, would it be beneficial to enable the default AZ sorting like so; Caster Class 1 └ Level 0 └ AZ ... 1 thru 8 └ Level 9 └ AZ Caster Class 2 └ Level 0 └ AZ ... 1 thru 8 └ Level 9 └ AZ You would only see it in that particular arrangement if you set both Level and Caster tabs to "All". I believe the normal tab filtering by level, caster class, and memorized would still work as expected. I'm not 100% sure I can actually sort the spells like that, so I'll need to do some experimenting. AFAIK, Roll20 stores all the repeating rows by id in the order they were created (possibly redone when if you add/del/rearrange, not sure) There may be a method for me to grab the current order of id's, save it to an attribute and use that to "undo" the sort. Again, I'll need to experiment with it.