All Questions
2 questions
5
votes
1
answer
3k
views
Generating an HTML table with colspan and rowspan from a one-dimensional array
I will be given the following input:
...
2
votes
0
answers
64
views
Extremely redundant HTML templating
This is horrendous.
I'm using lodash's templating engine for this table. Here's the template for an individual record's row. I've got 5 different table and ...