1

Table row borders

Having the option to include row borders to cells in a table in the same way column borders can be shown.

8 comments

  • 0
    Avatar
    Dillon Bell
    Yes! Please add row borders as an option!
  • 0
    Avatar
    Dominic Oxley

    Yes, this would be extremely helpful! 

  • 1
    Avatar
    Scott Lawrence

    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.

  • 1
    Avatar
    Dominic Oxley

    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

  • 0
    Avatar
    Vince Handler

    A 2014 post requesting the ability to add row borders in tables. That would be great even today.

  • 0
    Avatar
    Matt Le Masurier

    This would be really useful to us!

  • 3
    Avatar
    Jakob Fleiner

    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>
  • 0
    Avatar
    S van Wieringen

    In my opinion this should still be implemented, along with alternating row background-colors that adjust on sorting.

Please sign in to leave a comment.