Hi, please, explain.
How to retrieve list_table data for some view in table cell, if data source is {data:model}?
Traditional for CF6 {var:list_table_n.row.id} does not work in this case
How to retrieve list_table data for some view in table cell, if data source is {data:model}?
Traditional for CF6 {var:list_table_n.row.id} does not work in this case
it depends on your data source, since your source is {data:model} then it works the way you noted!
Let me ask another question for this situation
If I would like to make some conditional php logic for showing table_list results
How to get in-row field value?
I mean <?php $this->data['field_name']; ?>, but for list_table row id, for example.
If I would like to make some conditional php logic for showing table_list results
How to get in-row field value?
I mean <?php $this->data['field_name']; ?>, but for list_table row id, for example.
