Hi. Can anybody help here? Could do with this for a current project. Cheers.
@V88
@ThinhDinh has the collection here, for the first row.
Will take a look - thanks
Everything BUT the title! Shucks!
I said the first row . I used the first line as the header.
You can use the dev tool to find the name. I haven’t tried it.
That’s perfect thanks @Darren_Murphy - now that I have it I know how to tweak it! Appreciated.
@V88 asked for table footer, chart title & chart footer as well, so I made some updates.
For additional setting the footer position to the center and additional background.
[data-test="app-simple-table"] .sts-footer {
justify-content: center !important;
color:white;
border-radius: 5px;
background: #2e3442;
background-size: contain;
color: white !important;
text-align: center;
font-size: 0.8rem;
padding: 5px 10px;
font-weight: 500;
}
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.