Dashboards & Visualizations

adding a grid to table

kajolsharma
Path Finder

Hi, I hav a table below to which I want to add the gridlines. It is controlled by the css code below:

kajolsharma_0-1631106890547.png

 Can anybody suggest?

 

 

table td > a,table td > a:hover,header{
    color:#fff
}
/* [47] */
.table-chrome,.table-chrome .sorts a,.table-chrome .sorts a:hover{
    color:white!important;
    border:2px solid black;
}
/* [48] */
.table-chrome > thead > tr > th{
    background-image:none;
    background-color:transparent!important;
    border:2px solid black;
    font-size: medium;
    text-align:-webkit-auto;
}
/* background colour for tables: Status volume & alert breaches */
/* [49] */
.table-chrome.table-striped > tbody > tr.odd > td,.table-chrome.table-striped > tbody > tr.even > td{
//    background-color:#393a4b;
    padding-top:1px;
    border-color:transparent;
    text-align:auto;
}
/* [50] */
tr.shared-resultstable-resultstablerow.odd, tr.shared-resultstable-resultstablerow.even {
    background: none;
}

 

Labels (2)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@kajolsharma 

Have you tried by adding this css?

tr {
    border: 1px solid white;
}

 

Screenshot 2021-09-26 at 11.28.52 PM.png

 

KV 

 

0 Karma
Get Updates on the Splunk Community!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...