custom-cards / flex-table-card

Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(line) break when using multiple attribs

vingerha opened this issue · comments

commented

When using multiple attributes in one column, they are separated by a space. I would like to see each attribute show up on a new line (within the same 'cell')

Did you try the multi_delimiter property, which exactly has this purpose of replacing the default white-space character between two "multi"-values. The tricky part will be: how to correctly denote the line-break - I would give multi_delimiter: "<br />" a try

commented

That actually did it ...THANKS!