Forums

Table list

MTUG 15 Jun, 2020
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?
Max_admin 15 Jun, 2020
Answer
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!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
MTUG 16 Jun, 2020
I see!
Now it works.
Thank you!
This topic is locked and no more replies can be posted.