pike
09/06/2017, 11:33 PMpike
09/06/2017, 11:35 PMcarlw
09/07/2017, 12:06 AMuser
09/07/2017, 6:37 AMhttps://kotlinlang.slack.com/files/U0F3291QE/F7025JKGX/img_7925.jpg▾
edvin
09/07/2017, 6:43 AMedvin
09/07/2017, 6:43 AMdr.fornax
09/07/2017, 7:04 AMdr.fornax
09/07/2017, 7:06 AMdr.fornax
09/07/2017, 7:06 AMdr.fornax
09/07/2017, 7:07 AMdr.fornax
09/07/2017, 8:09 AMtieskedh
09/07/2017, 9:56 AMedvin
09/07/2017, 10:18 AMtieskedh
09/07/2017, 10:24 AMcarlw
09/07/2017, 11:02 AMaayush
09/07/2017, 11:35 AMedvin
09/07/2017, 11:37 AMedvin
09/07/2017, 11:37 AMaayush
09/07/2017, 11:38 AMedvin
09/07/2017, 11:40 AM.column-header { visibility: hidden; }
edvin
09/07/2017, 11:40 AMaayush
09/07/2017, 11:40 AMRuckus
09/07/2017, 2:24 PMaayush
09/07/2017, 2:38 PM.column-header{
visibility: hidden;
}
And when I used this style on TreeTableView, the treetableview itself is getting hidden
I then used
.column-header-background {
visibility: hidden;
}
Which is now hiding every treetableview's header because the css class name is a global css class of the treetableview. How can i use this css specifically at one treetableview?edvin
09/07/2017, 2:49 PMRuckus
09/07/2017, 2:50 PMedvin
09/07/2017, 2:50 PMmy-tree-table.column-header-background
tieskedh
09/08/2017, 12:05 PM