Here I see that the DataDetail component is inside the Modal… ?
And the paragraph that showing the DataDetails.data.name is inside the DataDetails component…
Take the paragraph out from the datadetail.
Bind from the UI the value for the paragraph
As I initially wrote and @sitestreet confirmed , bind from the UI the value for the DataDetail select…
(on the click event)
Try and tell us if it works
(I see you upload screenshots from the query… Don’t you see the correct data in your table? If yes, It is not a matter of the query/serverconnect)
I can see data in the table. I shared so it was easier to see the query name. Have renamed it to getOrganizations, previously it was list Organizations which was confusing and not best practice(?).
1.moved the paragraph out of the data detail and data detail out of modal.
2. bound the value from the UI
3. click event - have tried with and without table1[$index]
Have also replaced the keys to link everything, using id instead of uuid.
My friend just try to make everything from scratch according to the tutorial…
Don’t assume that something is correct, Just do it from scratch and be sure that you do the correct steps!
It will take you 10’ and you will be sure of what you do.
EDIT:
I apologize… I just show that you did bind again the correct values…
But I instist, start form scratch to be sure!
I recommend you, after every step just add anotification to see the results…
eg. on click event add a notification to see if the name clecked is the correct.
By the way… What is that “prevent” on your click event ?
Didn’t even know that was a different option, assumed it was a shortcut to adding it in.
Thank you so much.
Just re-did it, it fixed the table field selection but not the data detail field selection.
Probably something else was missed. Thank you so much for your help and kind follow up!