Inconsistency in the sorting by pyID when update version 8.2.2 to 8.8.1
in v8.2.2, my table sort column by pyID is (correctly):
I-1
I-2
I-10
I-11
but on version v8.8.1 as below (wrong):
I-1
I-10
I-11
I-2
I found the function compareWorkIDs on both version but in v8.8.1 it seem doesn't working, that sort as text strings.
So, how can i fix this or implement sort by WorkIds like function compareWorkIDs on v8.8.1
Thanks