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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -