its not sorting comics issue by number
Comics are sorted alphabetically, this means 1 comes before 10, 11, etc.
Add zeros in front of the numbers so that they all have the same number of digits (01, 01, 03...10, 11...) and the problem is solved.
Customer support service by UserEcho
Comics are sorted alphabetically, this means 1 comes before 10, 11, etc.
Add zeros in front of the numbers so that they all have the same number of digits (01, 01, 03...10, 11...) and the problem is solved.