Advanced PDF/HTML Template > Add Column Lines on Item Table

Written by
Marsha Andres
Published on
October 22nd, 2023

Scenario

User needs to add column lines on their Item Table when printing a Picking Slip.

Solution

Add a Class with the following attributes and manually assign it to each td and th tags to render a column line on the print out:

.column-line {
border-left: 1px solid#000
}

For example: