Data Set no longer displays records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2022 03:28 PM
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.
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2022 07:30 AM
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.