Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Show only one property but select complete object #92

Description

@Mojo90

If I have the following Object:

{
    id:1,
    name: 'Audi'
}

It is possible via options="c.name for c in cars" to show the name but if I select it I need the complete Object selected as maybe some objects have the same Name I need to get the ID of the Object. How can that be achieved? (Sorry could not read out of the examples and other issues.)

Alternatively I can Imagine to show more than one property as text but how could that achieved? Already tried sth like options="c.id, c.name for c in cars" but without success.
If that is easily possible to achieve it is a great plugin even after years of creating the code base  😎!!

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions