Fix displaying values from deeper relationships in table (#15155)

This commit is contained in:
Gerard Lamusse
2022-08-19 16:42:57 +02:00
committed by GitHub
parent 9301118650
commit ef939072cc

View File

@@ -340,7 +340,7 @@ watch(
return {
text: field.name,
value: field.field,
value: key,
width: contentWidth[key] < 10 ? contentWidth[key] * 16 + 10 : 160,
sortable: !['json'].includes(field.type),
};