Yes, I saw that, but I mean something else:
I have 32 pages of products and I would like to sort all them by SKU alphabetically - so that I receive, say, all/most products with SKU starting with "A" in the first page, and no products with SKU starting with "Y" or "Z" in that page.
What happens now is that only the products that I have in the specific page are sorted alphabetically. Every page has products with SKUs starting both with "A" and with "Z"...
Is there a way to make the sorting over the whole list before splitting it to pages?
Thanks
I see, thanks.
Had to go to the second page and then return to the first one to see the result.
Otherwise it was only showing the first-page products, as I described.