ChrisCarlson Posted February 13, 2019 Report Share Posted February 13, 2019 Hello, Is there a way to style only specific columns in a tabular report? For example, I would want only left and right borders on column #2. Quote Link to comment Share on other sites More sharing options...
0 ChrisCarlson Posted February 14, 2019 Author Report Share Posted February 14, 2019 I was able to figure this out! Quote Link to comment Share on other sites More sharing options...
0 ChrisCarlson Posted February 14, 2019 Author Report Share Posted February 14, 2019 table[data-cb-name^="cbTable"] tr td:nth-child(10) { border-left-color: #000; border-left-style: solid; border-left-width: thin; } child() indicates the column # Quote Link to comment Share on other sites More sharing options...
Question
ChrisCarlson
Hello,
Is there a way to style only specific columns in a tabular report? For example, I would want only left and right borders on column #2.
Link to comment
Share on other sites
2 answers to this question
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.