node.js - in table the border is not shown in nodejs -
the table border not visible.whether correct format writing table format.i check methods
var result ="
collapse:collapse',style='display:block',cellpadding='10'>"+
"idtemplatenamedescription
templatecontentactive"+
"<tr color='blue'><td>"+streamingtemplate.id.tostring()+"</td>"+ "<td>"+streamingtemplate.template_name.tostring()+"</td>"+ "<td>"+streamingtemplate.description.tostring()+"</td>"+ "<td>"+streamingtemplate.template_content.tostring()+"</td>"+ "<td>"+streamingtemplate.is_active.tostring()+"</td></tr></table>";
Comments
Post a Comment