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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -