Skip to content
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

Column list elements are not visible #1336

Open
bfarkash91 opened this issue Dec 5, 2022 · 1 comment
Open

Column list elements are not visible #1336

bfarkash91 opened this issue Dec 5, 2022 · 1 comment

Comments

@bfarkash91
Copy link

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?

@jupmorenor
Copy link

jupmorenor commented Feb 10, 2023

Use a custom renderComponent.
In your custom component you can do api calls to fill list with data.
look at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants