wxs77577 / rest-admin

Restful Admin Dashboard Based on Vue and Boostrap 4
http://rest-admin.genyii.com
MIT License
624 stars 128 forks source link

Reordering in models #40

Open eduard-sukharev opened 3 years ago

eduard-sukharev commented 3 years ago

Hi

There's a sorting feature of listing tables, but it's only a view which does not affect models. What I need is drag-n-drop or clickable ordering that would change some field inside data model (e.g. sort_order field), so that when I access data from my DB I could do simple ORDER BY sort_order DESC and be sure that it's the same ordering as I set it in rest-admin page.

Can you add it?