Treetable misses a column header border when not using a header facet

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
kukeltje
Expert Member
Posts: 9605
Joined: 17 Jun 2010, 13:34
Location: Netherlands

30 Nov 2017, 14:59

Using a

Code: Select all

p:treeTable
without setting a header facet, makes the treetable miss the border at the colum headers. This does work correctly for the datatable

See https://screenshots.firefox.com/ka8Bj58 ... /127.0.0.1

The reason seems to be the datatable has a

Code: Select all

body .ui-datatable thead tr th {

    	border: 1px solid #d8d8d8;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgb(216, 216, 216);

}
On line 1413 in theme.css whereas there is no such style defined for the treetable

kukeltje
Expert Member
Posts: 9605
Joined: 17 Jun 2010, 13:34
Location: Netherlands

30 Nov 2017, 22:36

I only now notice that it misses the 'right-border' in the headers too.

Code: Select all

body .ui-treetable thead th {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
fixes it for my color version of the theme

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

01 Dec 2017, 14:16

Fixed for next version of Serenity.

Post Reply

Return to “Serenity - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 20 guests