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

Written by
Marsha Andres
Published on
October 22, 2023 at 11:07:30 PM PDT October 22, 2023 at 11:07:30 PM PDTnd, October 22, 2023 at 11:07:30 PM PDT

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: