8 comments
-
Yes! Please add row borders as an option!
-
Yes, this would be extremely helpful!
-
Hi Dominic,
Thanks for adding your voice and support for this feature request.
Can you help me understand more about your use case and the objective? Is the end game a need to be able to more easily scan across a row and see the row? Or do you have another use case in mind?
Thanks,
Scott.
-
Hi Scott,
Thanks for the quick response. We have a simple table with 8 columns we display on a tv screen.
You're right - We'd like to style each row a different colour to view stats more easily.
Thanks
Dom
-
A 2014 post requesting the ability to add row borders in tables. That would be great even today.
-
This would be really useful to us!
-
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> -
In my opinion this should still be implemented, along with alternating row background-colors that adjust on sorting.