|
|
|
@ -126,7 +126,9 @@ function buildColumns(that) {
|
|
|
|
|
sortOrder: sortedInfo.columnKey === 'graduation_group' && sortedInfo.order,
|
|
|
|
|
|
|
|
|
|
render: text => (
|
|
|
|
|
<span>
|
|
|
|
|
<span className="overflowHidden1" style={{ maxWidth: '160px'}}
|
|
|
|
|
title={`${text && text.length > 10 ? title : ''}`}
|
|
|
|
|
>
|
|
|
|
|
{text}
|
|
|
|
|
</span>
|
|
|
|
|
),
|
|
|
|
|