How Can I Implement Drag-and-Drop Functionality for Reordering Pages in Strapi?

I’d like to ask your use case for why, we allow filtering and sorting in this view for the content types, but reordering them seems odd?
If you’re wanting them in a specific order in your frontend, you could add a custom controller and add some logic to sort them by a specific field, or handle it in your frontend.