This topic is locked

How to add borders to all cells in report

7/12/2016 10:12:13 AM
PHPRunner Tips and Tricks
admin

To do so proceed to 'Style Editor' screen and add the following code to 'Custom CSS':

table.rnr-c.rnr-b-report.report, table.rnr-c.rnr-b-report.report th, table.rnr-c.rnr-b-report.report td {

border: 1px solid #a0a0a0 !important;

border-collapse: collapse;

}