Replies: 0
In my table where is some entries with images and some without, if I sort by name, I have this way of sorting:
First, I get entries with images in order from A to Z
Then, I get entries without images in order from A to Z, i.e. the sorting starts again from A
What logic does the table use here? Why are entries with images are firsts, then sorting starts again from A? I just want to understand.