| Author |
rich:dataTable filter textfield width
|
Db Riekhof
Greenhorn
Joined: May 21, 2009
Posts: 10
|
|
Hi,
Seems like a simple problem but it has me stumped. How do you set the width of the default filter textfield that appears in the header row? The filter textfield is taking up too much horizontal space in a few columns. We're using richfaces 3.2.2.CR4.
I'm using the default filtering like this:
|
 |
Db Riekhof
Greenhorn
Joined: May 21, 2009
Posts: 10
|
|
Spoke to a co-worker a little more adept at CSS than me, he showed me how to look up the textfield's style class using Firefox's Firebug Inspect Element. The fix was to add this to our .css:
.rich-filter-input {
width: 100%;
}
I think it was set to auto by default. 100% works a little better for our needs.
|
 |
 |
|
|
subject: rich:dataTable filter textfield width
|
|
|