I have a list component from marketplace which uses data adapter. Downside I cannot utilize the data I just fetched outside this component.
Is there a way to set the data variable from that data adapter? I don’t want to send out a second call.
I have a list component from marketplace which uses data adapter. Downside I cannot utilize the data I just fetched outside this component.
Is there a way to set the data variable from that data adapter? I don’t want to send out a second call.
Unfortunately if you’re using a list component that uses a data adapter, you can’t set the data from the outside I’m afraid. So you’ll need to either modify that component to not have a data adapter anymore or use a component that does not use a data adapter.