Simplica

ProductsLearnPurchaseSupportDemoDownload
  [Search] Search   [Recent Topics] Recent Topics  
Can not override default header style
Forum Index -> DataTable
Author Message
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

You can't override header style since ecruiser rendered it at the table level but still put the default style on the at the TD level.



headerStyle="dataTableHeaderOverride"

.dataTableHeaderOverride {
vertical-align: middle;
text-align: center;
background: #4F4F4F;
background-color: #4F4F4F;
border-width: 1px;
border-color: #000000;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: hidden;
whitespace:pre;
padding:0px;
margin:0px;
}

rendered as:
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 183
Offline

You have to define your CSS style like this:

.dataTableHeaderOverride TD {
..............
}
 
Forum Index -> DataTable
Go to:   
Powered by JForum 2.1.7 © JForum Team
Home   |  News   |  Contact   |  About   |  License   |  Privacy   |  Documentation
Copyright © 2009 Simplica Corporation. All rights reserved.