Hi,
I have created a similar table list as in the demo but i cant see any data from the database in the table.
in this screenshot : https://prnt.sc/t03aer
you can see how things look like.
There are three empty rows in the table, that is because there are three different projects in the database that the table read the data from..
so im guessing the table does read the data but does not view it. Can anyone tell me what im missing here?
I have created a similar table list as in the demo but i cant see any data from the database in the table.
in this screenshot : https://prnt.sc/t03aer
you can see how things look like.
There are three empty rows in the table, that is because there are three different projects in the database that the table read the data from..
so im guessing the table does read the data but does not view it. Can anyone tell me what im missing here?
It's usually because of the "Path" in your table setup, if your "Read data" has model named "Whatever", and the database table field name is "id", then you need to use "Whatever.id" in the path field of the table list to display the value!
This topic is locked and no more replies can be posted.