Forum
List Manager Support
List Manager supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Row ID as CSS Class 18.01.2018 09:25
Hi,
do you mean the internal unique rowId (different for each one?). At that point of the code you have it at
elem.idrecord, so something like
{'class':'lm_trwhite idrow'+elem.idrecord}
will create
class="lm_trwhite idrow1"
class="lm_trwhite idrow3"
...
unique classes for each row, not sure if this is what you need to achieve.
Thanks,regards
Moonsoft Team
www.moonsoft.es
do you mean the internal unique rowId (different for each one?). At that point of the code you have it at
elem.idrecord, so something like
{'class':'lm_trwhite idrow'+elem.idrecord}
will create
class="lm_trwhite idrow1"
class="lm_trwhite idrow3"
...
unique classes for each row, not sure if this is what you need to achieve.
Thanks,regards
Moonsoft Team
www.moonsoft.es