{{#each this.table.rows as |row|}}
<tr class="relative">
{{#each this.table.columns as |column|}}
<td
{{this.table.modifiers.columnHeader column}}
class="{{if (this.isSticky column) 'bg-basement' 'bg-ground-floor'}}"
>
using the columnHeader modifier seems wrong.
In the mean time, I can do what I need to with the isSticky helper, but should there be a cell modifier for this situation?
this is the code at the time of reporting:
using the columnHeader modifier seems wrong. In the mean time, I can do what I need to with the isSticky helper, but should there be a cell modifier for this situation?