Comments
-
Hua, Please see attached. Of note, please notice the publisTree() command at the end. var baseURL = "http://restcountries.eu/rest/v1/";var res = JSON.parse(httprequest.get(baseURL+'all'));var regions = {};for(var i in res){var country = res[i];if(!country.region){country.region = "other"} if(!regions[country.region]){var…
-
Thank you for your reply. The problem is on 61 of your code. "datagrid.addColumn('error', datagrid.DATA_TYPE_BOOLEAN);" DATA_TYPE_BOOLEAN is not a supported type. We support DATA_TYPE_STRING, DATA_TYPE_DATETIME and DATATYPE_DOUBLE. Please note there are a few other rows that you have using DATA_TYPE_NUMBER which is also…
-
Is this still an issue? If so, please reply with the url of your connector in the IDE and I will look into exactly why this is a problem.