This column component extends fw-column-sortable
component, so it will display a sort-icon, but it also display a column title
which will truncate with an ellipsis if too long. This can be used for your columns when using the FwPaginationWrapper,
so that sorting works properly. It should be set as the columns component (not the cellComponent), like so:
columns: [{
label: 'Name',
valuePath: 'name',
component: 'fw-column-title'
}...]