jQWidgets Forums

jQuery UI Widgets Forums DataTable Table border question

This topic contains 1 reply, has 2 voices, and was last updated by  Nadezhda 10 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Table border question #66219

    mdmings517
    Participant

    Hello All

    Can anyone direct me on how to remove the vertical lines in the datatable? I tried setting the bottom-border only but that still displayed the horizontal line in the table display

    Thanks in advance

    Table border question #66220

    Nadezhda
    Participant

    Hello mdmings517,

    Please, use the following style to take out the vertical lines in the cells of the jqxDataTable.

    <style>
        .jqx-grid-cell {
            border-width: 0px 0px 1px 0px !important;
        }
    </style>

    Best Regards,
    Nadezhda

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.