Kuroshi Posted September 26, 2020 Report Share Posted September 26, 2020 Hi, I have a datapage that I need to add labels per row but wasn't able to do so inside the Pivot DataPage or the Style. There are some rows which I can't add titles or labels. Can you help me with this? Quote Link to comment Share on other sites More sharing options...
Barbie Posted September 26, 2020 Report Share Posted September 26, 2020 Hi @Batchini, I am not sure what's the configuration of your DataPage. But you can try to refer to the CSS code below which might help you. <style> table[id^="cbTable"] > tbody > tr:nth-child(1) > th:nth-child(1):before { content: "Insert Title" !important; } </style> You may need to change the ID and the nth child based on your fields. I hope this helps.- Barbie Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.