Skip to content

Feat: Improve column type dropdown with sorting & visibility #2887

Description

@jassonmc

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

  1. Allow to drag & drop dropdown entries up and down the list of entries

  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending approval or rejection. This issue is pending approval.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions