Sort by smart field
Sort by smart field
{
field: 'fullname',
type: 'String',
isSortable: true,
get: (customer) => {
return customer.firstname + ' ' + customer.lastname;
},
},PreviousPrint a status object in a single line fieldNextSort by smart field that includes value from a belongsTo relationship
Last updated
Was this helpful?