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
edwardhorsford opened this issue
Mar 28, 2019
· 0 comments
Assignees
Labels
🐛 bugSomething isn't working the way it should (including incorrect wording in documentation)🕔 hoursA well understood issue which we expect to take less than a day to resolve.
🐛 bugSomething isn't working the way it should (including incorrect wording in documentation)🕔 hoursA well understood issue which we expect to take less than a day to resolve.
If the
firstCellIsHeader
perimeter is true, classes on that row item aren't passed to the element.I think it just needs
{%- if cell.classes %} {{ cell.classes }}{% endif %}
added to theth
to get it to work?The text was updated successfully, but these errors were encountered: