Add ID in the cells of CCv5 Listing

bcouvin 27 Dec, 2015
Hello,

By default, when using CCv5, the cell of the listing is defined by <td class="td-Model.field" Style=""></td>.
I would like to change to <td class="td-Model.field" id="XYZ_{Model.id}" Style=""></td>, by adding an id.

I did try to add a line <td class="td-Model.field" id="XYZ_{Model.id}" Style=""></td> in HTML box for the related cell. The system creates a new cell. I have 2 cells:

[list]- <td class="td-Model.field" Style=""></td>
- <td class="td-Model.field" id="XYZ_{Model.id}" Style=""></td>. This one is an empty cell[/list]

Do you know how to change it?

Thanks for your help
Bertrand
bcouvin 28 Dec, 2015
Answer
Hello,

Workaround found,

Thanks anyway.

Bertrand
This topic is locked and no more replies can be posted.