How to send an array in data

How to send an array in data

paul24011993paul24011993 Posts: 1Questions: 0Answers: 0

I need to send an array in "data" of the function to capture in "render"

Replies

  • rf1234rf1234 Posts: 2,808Questions: 85Answers: 406

    Brief and mysterious question ... and so is the response. Rendering an array of user names as a comma separated string:

    columns: [
       {   data: "user", render: "[, ].name"    },
    
This discussion has been closed.