This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
alxy
Use the partial
column type, it can contain HTML: http://octobercms.com/docs/backend/lists#column-partial
leotrooper14689
Thanks, it woks perfectly. And now, how can I get the current line ID to use it on my partial?
ProvidePerfect
leotrooper14689 said:
Thanks, it woks perfectly. And now, how can I get the current line ID to use it on my partial?
In case someone else is having this issue:
The documentation mentions that the data of the row is in the $value variable,
simply echo your values (or all other php functions you would like to run) via
<?= $value; ?>
1-4 of 4