Hello All Experts,
This could be not the correct plateform but it's related with CRM and Javascript.
i want to dynamically generate the below structure using javascript.
var
dataSet = [
[
"Tiger Nixon"
,
"System Architect"
,
"Edinburgh"
,
"5421"
,
"2011/04/25"
,
"$320,800"
],
[
"Garrett Winters"
,
"Accountant"
,
"Tokyo"
,
"8422"
,
"2011/07/25"
,
"$170,750"
],
[
"Ashton Cox"
,
"Junior Technical Author"
,
"San Francisco"
,
"1562"
,
"2009/01/12"
,
"$86,000"
]
*This post is locked for comments