Hi. Can anybody help here? Could do with this for a current project. Cheers.
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.
1 Like
That’s perfect thanks @Darren_Murphy - now that I have it I know how to tweak it! Appreciated.
1 Like
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;
}
5 Likes
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.