In my case it would be like: :value="getValue(row[customFields[1].value], column.type)"
And because customFields[1].value is not a keyname it will return null.
I guess I have to create a computed property for this.orders to reduce the custom field to only one value instead of an array, right?