concatenate array

concatenate array

terrazasterrazas Posts: 1Questions: 1Answers: 0

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.

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.