Aditya Singh 3 Posted February 18, 2020 Share Posted February 18, 2020 Can we make the cross table cell borders darker/thicker using some script Regards Addy Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted February 21, 2020 Share Posted February 21, 2020 I used this blogpost where css for coloring cross table elements is mentioned. You just need to add this css in textarea. http://myspotfire.blogspot.com/2019/10/elder-brothers-of-table-cross-table.html You can just add border attributes in each class defined in that css. border: 2px; border-color: red; border-style: solid; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now