hsprinkle Posted November 22, 2022 Share Posted November 22, 2022 Hi all, I have a multi-line record table I created with the new table GUI in Creator 12.1 (which worked great). However, for the life of me, I cannot figure out how to add just a bottom border, or horizontal rule, between the header and the table contents. I've converted the GUI rule to Javascript and tried tinkering around there based on info I've found in other threads here, but I just can't seem to get what I am looking for. Screenshot attached. Thanks in advance!example1.pdf Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted November 22, 2022 Share Posted November 22, 2022 (edited) At the end of the rule, before the return line: for (var c in Columns) header.Cells[c].SetBorders("Thin", "Black", "Bottom"); Or you can choose a different width such as "Thick" or "Medium". Edited November 22, 2022 by Dan Korn Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.