Cell Components in Ember FW Table.

For each of these cell components, you call them in the following way:

column: [
    {
        label: 'Actions',
        cellComponent: 'fw-cell-action'
    }
]