Ordering entry inside list of content type back office strapi

System Information
  • Strapi Version: 3.3.4
  • Operating System:
  • Database: Mongo
  • Node Version: 12.16.1
  • NPM Version:
  • Yarn Version: 1.19.1

Hi everyone,

I would like to know if there is a way to re-organize a list a content type element inside the strapi BO ?
For example i would like to put “Contactez nous !” in second place in the list. Is there a drag and drop or something like this ?
My point is i have a list of product and I would like to be able to change the order to my liking if necessary

Thanks a lot

Currently no without adding and maintaining your own order field, while this FAQ entry is largely about relations the same applies to content-type entries: Troubleshooting - Strapi Developer Documentation

i have a list of faqs i want to change the order in which they appear on the website, currently they appear in the order i have added them .what should i do

The easiest option would be to add an order field with an integer and set the the order based on this then in your frontend use the sort option

Yikes… I will have to tell a client they will have to manually organise thousands of documents by hand and keep track of them or use a different CMS