Advanced PDF Picking TIcket - Looking to add lines...
# advancedpdf
p
Advanced PDF Picking TIcket - Looking to add lines in the committed column so that the employee has a dedicated space to write in the picked quantities - not sure how to do that in source code. See attached image. So each line would just have a blank line under Committed Column. Any ideas would be appreciated!
p
Did you try center-justified Underscores hardcoded to that column?
p
I tried adding <u> to the line which I believe would underline the value if populated - but it doesn't add a blank line. <td><u>${item.quantitycommitted}</u></td>
a
yeah i'd just put a series of underscore characters
p
Got it - case of thinking too hard about coding vs. simple solution. Thanks Alex/Peter!