{{#if column.cellComponent}}
  {{component column.cellComponent tableActions=tableActions extra=extra table=table column=column row=row value=value rawValue=rawValue}}
{{else}}
  {{value}}
{{/if}}
