Column Components in Ember FW Table.

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

columns: [
    {
        label: 'Column',
        component: 'fw-column-title'
    }
]