You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tag like the following (which I wanted to use as first information in a table where the first visible header row does not have all the columns)
<col:for={{c<-@cols}}>
fails to be parsed.
Full context:
<table><col:for={{_<-@cols}}><thead><tr><thcolspan="99">This row only has one cell, so table layout would fail without the COL tags.</th></tr><tr><th:for={{c<-@cols}}>{{ c.title }}</th></tr></thead>
....
</table>
The text was updated successfully, but these errors were encountered:
A tag like the following (which I wanted to use as first information in a table where the first visible header row does not have all the columns)
fails to be parsed.
Full context:
The text was updated successfully, but these errors were encountered: