how can convert array value into string

how can convert array value into string

polachanpolachan Posts: 101Questions: 50Answers: 0

Hi
How can I get array value into string like '1,2,3,4,5,6' Please help
var depots = table.rows({ selected: true }).data().pluck('DepotNo').toArray();

Answers

This discussion has been closed.