Jarard Member

Comments

  • What would be the best way to go about doing this? I would like to have each email in a new column and have tried to loop through it but ive never had to loop through an array within and array before //maximum emails per contact is 2 for (var emailsnum = 0; emailsnum < 2; emailsnum++) { datagrid.addColumn('contact' +…