Skip to content

Column list elements are not visible #1336

Open
@bfarkash91

Description

@bfarkash91

Hi,

I try to implement a drop down solution when i editing a row, but the list elements are not visible.

This is how my config looks like:

companyId: {
title: "Company ID",
type: "string",
editor: {
type: "list",
config: {
selectText: "Select...",
list: this.companies,
},
},
},

I tried with, async, awaoit, promise but nothing....

What is the correct implementaion if i want to init the list from api?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions