7 comments
-
I am desperate for this feature too. I'm sure this would be an easy addition. Option for borders between rows or alternately shaded rows would be perfect.
I have very limited HTML/CSS experience, would someone be able to post how I might be able to add alternately shaded rows to my Klipfolio table. I see Per that you have a fix to do this. Any chance you could share your method.
Thanks.
-
I think we can help with this, Matt - Kaushi from Klipfolio has a workaround that does not involve CSS. I'll ask her to chime in here. Thanks for calling it out!
-
Hi Zach, any update on that workaround? Thank you!
-
I solved (worked around) this by adding a HTML-Template-component to the clip and then adding the following CSS to the Script-field:
<style>
.cx-table td {
border-top: 1px solid rgba(144,144,144,.3);
}
</style> -
Thank you Jakob !
Greatly appreciated. -
Hi there. This feature still doesn't seem to be standard. What's the plan. I have a table that's pretty unreadable without them.
-
Hi there. Could someone please show me how to apply the workaround as mentioned above by Jakob? We badly need this feature for our data to be readable enough. @Zach Kathnelson @Matt - Kaushi any update on the workaround that does not involve CSS? Please help. Thank you.