The CreatorCon Call for Content is officially open! Get started here.

Data Set no longer displays records

thomaskennedy
Tera Guru

I'm working my way through the UI Builder course. I got to the point where I add pagination to the cards, and all of a sudden the cards (that is, the data set) no longer display any data. It just shows "Loading". I looked in the console and there is a message saying 

No DataLookup definitions found for x_58872_needit_needit table

I am unable to say if this is related.

The List below it, drawing on the same table (but not the data resource), continues to work fine.

find_real_file.png

I added a message to the underlying data resource's Initiated and Succceeded events, and both these events run as expected. Can anyone suggest what else I should look at?

1 REPLY 1

Jagjeet Singh1
Tera Contributor

You can log the data on console which is returned from the data source. See what data it is returning. Then verify if the component is expecting same data structure.