PDA

View Full Version : Table Resolver not sorting?



alloowishus
September 29th, 2022, 17:51
It seems that results in the table resolver are randomly placed, or grouped in a way I am not aware. Is there a way to have the latest result always at the top?

Dakadin
September 29th, 2022, 18:13
They are being sorted by the ID number of the node as it is added to the roll stack. If one is deleted in the middle then it will end up reusing that ID number at times. There isn't a time/date stamp that can be used for them so that is the best that I can do.

I use the option to clear the roll stack as they are resolved and clean up the roll stack so the new rolls are usually the only rolls in the roll stack. That keeps me from guessing which one is needed. The only time I don't do that is when I am testing new features that I am working on.

alloowishus
October 2nd, 2022, 23:37
Ok I think I figured it out, thanks.