Dynamic table tutorial
In-depth tutorial of how to neatly break apart sets of data into paginated segments
The tools
The template
body {
width: 8.5in;
height: 11in;
margin: 0
}
.page {
page-break-after: always;
position: relative;
width: 8.5in;
height: 11in;
}
table {
border-spacing: 5px;
margin-left: .35in;
}
td {
vertical-align: top;
text-align: left;
}
tr {
font-size: 14;
}
tr:nth-child(odd) {
background-color: #e4e4e4;
}The JSON merge variable data
Making the requests
Last updated
Was this helpful?

