Difference between revisions of "User:Vinoo/SafetyJSON"

m
m
Line 66: Line 66:
 
team_data.forEach(function(team) {
 
team_data.forEach(function(team) {
 
teamList += "<tr id='" + team.id + "'><td>" + team.name + "</td><td>" + team.country + "</td><td>" + team.kind + "</td><td>" +  + "</td></tr>";
 
teamList += "<tr id='" + team.id + "'><td>" + team.name + "</td><td>" + team.country + "</td><td>" + team.kind + "</td><td>" +  + "</td></tr>";
get_sub_form_list(form_info, team.id);
 
  
  
Line 75: Line 74:
  
 
function display_subforms_in_table(subformdata) {
 
function display_subforms_in_table(subformdata) {
subformdata.forEach(function (subform) {
 
console.log(JSON.stringify(subform.sub_form));
 
});
 
 
//console.log(JSON.stringify(subformdata));
 
//console.log(JSON.stringify(subformdata));
 
}
 
}

Revision as of 17:52, 29 September 2017

Team Name Country* Kind Check-Ins