I want to display list from database


But my app does not display the response
Can anyone please help me please

You kinda have two steps here: One to create a GET request to the server, and another to create the virtual list. You should debug them one at a time. Use Chrome’s developer tools to check if your Javascript is successfully retrieving data from the server, and then if it is, then move on to why your list is not populating.

1 Like

See I have Already done that and I have a JSON data being returned from the server the issue comes on rendering the data with virtual list the thing the data is not being rendered to the view. :face_with_head_bandage:
I want to know how to parse the xhr response from my server to the virtual list as an array :thinking: