Is your feature request related to a problem? Please describe.
We a re running a long lasting Tables app, where users are placing registration requests for certain events.
They register for a specific event by handling a dropdown, which holds the specific event entries.
They are manually sorted by date, which means that we had to create them in order, since other means of sorting entries is not possible. We now face the problem, that an additional event in between existing ones would need to be placed. But that's not possible and we have to add it to the bottom for now, which is not really great.
The dropdown should also no longer show past events to users, while existing records with past entries should still remain visible for history reasons.
Describe the solution you'd like
-
Allow to drag & drop dropdown entries up and down the list of entries
-
Add per dropdown entry a checkbox for "visibility", which controls, if that entry is shown to users in the dropdow entry list. Since that affects only newly added records, existing records must still show those entries.
Describe alternatives you've considered
Probably some "patch" with CSS could help for the time being, but yeah, it's just a poor mans patch
Additional context
No response
Is your feature request related to a problem? Please describe.
We a re running a long lasting Tables app, where users are placing registration requests for certain events.
They register for a specific event by handling a dropdown, which holds the specific event entries.
They are manually sorted by date, which means that we had to create them in order, since other means of sorting entries is not possible. We now face the problem, that an additional event in between existing ones would need to be placed. But that's not possible and we have to add it to the bottom for now, which is not really great.
The dropdown should also no longer show past events to users, while existing records with past entries should still remain visible for history reasons.
Describe the solution you'd like
Allow to drag & drop dropdown entries up and down the list of entries
Add per dropdown entry a checkbox for "visibility", which controls, if that entry is shown to users in the dropdow entry list. Since that affects only newly added records, existing records must still show those entries.
Describe alternatives you've considered
Probably some "patch" with CSS could help for the time being, but yeah, it's just a poor mans patch
Additional context
No response