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
GNU General Public License v3.0
198 stars 23 forks source link

(line) break when using multiple attribs #71

Closed vingerha closed 2 years ago

vingerha commented 2 years ago

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')

daringer commented 2 years ago

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

vingerha commented 2 years ago

That actually did it ...THANKS!