{{#each columns as |column|}}
  {{component (concat 'light-table/cells/' column.cellType) column row
    table=table
    rawValue=(get row column.valuePath)
    tableActions=tableActions
    extra=extra
  }}
{{/each}}
