Guest User

Untitled

a guest
Apr 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. table(class='table table-sm table-striped')
  2. thead(class='thead-dark')
  3. tr
  4. each val, key in rows[0].dataValues
  5. th(scope='col')= key
  6. tbody
  7. each row in rows
  8. tr
  9. each val, key in row.dataValues
  10. td= row.get(key)
Add Comment
Please, Sign In to add comment