I followed this tutorial https://www.youtube.com/watch?v=raXqQcU_OB8 to create my first connection, I followed all the steps described (except to rename the alias of both the table list and the read data, I can rename the title but not the alias, that is not clickable) but if I set the record to return on first record, the same is displayed, if I set all matching records, as many white lines are generated as there are numbers of my records, but inside they are empty.
I tried both with the joomla content table as described in the tutorial, and with a table created by me, same result.
Where am I wrong?
Thank you
I tried both with the joomla content table as described in the tutorial, and with a table created by me, same result.
Where am I wrong?
Thank you
Hi
When you are in the Unit Title Field, use Tab Key to modify the Unit Nameā¦
To use a Table List, your record has to set on all matching records.
In your read_data, use a model name.
For example:
Read_data: Unit name=read_data_1, Model=my_model, fields: field_1, field_2, field3
In your table list:
Source=your read_data_1 Element
Path=my_model.field1, Header=label_column_1
Path=my_model.field2, Header=label_column_2
Path=my_model.field3, Header=label_column_3
Enjoy!
I can rename thebut not the alias, that is not clickable
When you are in the Unit Title Field, use Tab Key to modify the Unit Nameā¦
To use a Table List, your record has to set on all matching records.
In your read_data, use a model name.
For example:
Read_data: Unit name=read_data_1, Model=my_model, fields: field_1, field_2, field3
In your table list:
Source=your read_data_1 Element
Path=my_model.field1, Header=label_column_1
Path=my_model.field2, Header=label_column_2
Path=my_model.field3, Header=label_column_3
Enjoy!
You need to login to be able to post a reply.