With the following instructions I bring the names related to a table.With the following instructions I bring the names related to a table.
{ data: 'users',
render: '[, ].name'},
or
{data: 'users[, ].name' },
What I want to do is bring the surname apart from the first name in a concatenated way, but I don't know how to do it, I would appreciate your help.