What this page does
This page lets operators reorder casino collections in a drag-and-drop table. The page loads the first collection page, sorts the loaded rows by stored order, and lets the operator drag rows into a new visible sequence before saving.
When to use it
- change collection ordering after creating, deleting, or editing collections
- review the curated sequence before saving
- correct visible collection order when the list appears out of sequence
How to use it
- Drag collection rows into the intended order.
- Review the visible
Positionvalues. - Click
Save Order.
Cancel returns to the main Collections list without saving the current drag state.
What changes when saved
Save Order persists the submitted visible sequence. The save flow rewrites the stored order value for each submitted collection starting from 1.
Known caveats
- The page reads the first 100 collections, then sorts those loaded rows by stored order. If there are more than 100 collections, omitted rows are not submitted by this page.
- The save flow validates that submitted ids exist, but it does not verify that the submitted list contains every collection in the system.
- The table header says
Order ID, but the rendered row value is the current visiblePosition, not the stored order id. - Dragging rows changes the browser-side sequence only. Nothing is persisted until
Save Ordersucceeds. - Leaving the page or pressing
Cancelbefore saving discards unsaved drag movement.