rustyshackles
03/15/2019, 1:40 AMYou have supplied an invalid value for data format: JSON: A JSONObject text must begin with '{' at 1
. Tried using render.DataSource.JSON
and render.DataSource.OBJECT
but get the same error.battk
03/15/2019, 2:13 AMjkabot
03/15/2019, 2:30 PM// you have this
var array = [...];
// do this
var obj = { arr: array };
render.addCustomDataSource(... obj ...);