15
Views
2
Comments
Display Problem
Question

The table should display several people or one.

I have many people in the database, however only one person is showing in the table


My Template

Result


The program shows one person but there are many people in the database

2020-05-07 18-53-00
Rui Barradas
 
MVP

Hello Kan,

Hope you're doing well.

Can you give us more detail about your logic? Please check if you have only one element in your list.

Can you try to debug your code and verify what are the elements in the list binded to your table?


Kind regards,

Rui Barradas

2020-06-26 10-11-24
kan2332

Rui Barradas wrote:

Hello Kan,

Hope you're doing well.

Can you give us more detail about your logic? Please check if you have only one element in your list.

Can you try to debug your code and verify what are the elements in the list binded to your table?


Kind regards,

Rui Barradas

 

 With debug show data

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.