Prestashop custom admin module draggable sort/order not working
问题 I'm building a very simple module for Prestashop 1.6 and I added an admin interface that allows to list my records, a form to add and edit and delete. This is working fine as you can see here: The problem is that draggable reorder button is not draggable. Hence the reordering is not working... According to the official docs, if you set the position option in your controller, you get the draggable functionality: ['position'] => 'position', // If set to position, the field will display arrows