iantrich / list-card

📰 Display sensor list data in a table
Apache License 2.0
121 stars 34 forks source link

Feature request: Allow double row #33

Open cecheto opened 3 years ago

cecheto commented 3 years ago

Hi, it will be very interesting to be able to configure a double row, defining columns for each one, or at least been able to have fields spanned through columns in a different row. This will allow to have the descriptions or summaries in a different full width row. I think it may be easily accomplished with a newrow and colspam attributes in the columns object attributes. This will allow to have nice feeds like: <tr><td><image></td><td>Title</td></tr><tr><td colspam=2>sumarry</tr>