Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create table using jade

div
  table
    thead
      tr
        th title...
    tbody
      each post in userPosts
        tr
          td= post.author
          td= post.title
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #table #jade
ADD COMMENT
Topic
Name
6+2 =