Display company thumb in company index

This commit is contained in:
Oliver Walters 2019-05-09 00:49:19 +10:00
parent b41ff3c42a
commit 15cd93a773

View File

@ -53,7 +53,7 @@
title: 'Company',
sortable: true,
formatter: function(value, row, index, field) {
return renderLink(value, row.url);
return imageHoverIcon(row.image) + renderLink(value, row.url);
}
},
{