-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field Order #99
Comments
Hi @dgleba Thanks for the feedback, do you mean the order of the fields in the UI, or the order in the |
I would like to reorder them in the UI and then have the output models.py follow that order. So both. |
👍 Great i will see what i can do. |
How about this for an idea to just get things going. Always have one field selected/highlighted. Allow the user to add before or after that field. |
A "drag and drop" reordering would be great. Thanks for a great project/tool. |
I would love a reorder of the fields and also the modules |
Any order would be helpful. Right now it randomly changes as you go along. Even pinning it to the original order would be helpful. Would that require adding an integer column and auto-filling it as entries are made? |
There was a bug in the ordering logic, it should be fixed now.
This should reduce the risk of parent models appearing after child models |
Is there a way to re-order fields in the model when using https://djangobuilder.io/#/project/FJsbPtioNSAqK2SwRXIv ?
The text was updated successfully, but these errors were encountered: