ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: newparam on March 19, 2014, 04:51:00 pm
-
Hi,
Is there a way to hide the title and the numbering on the left?
Also can I alternate colors for the rows being displayed?
The horizontal scrollbar scrolls to the right after my last column
making it look bad. Can i do something about that too?
Thank you.
-
Please check the below options.
topVisible, oddRowsHighlight, numberCell, flexWidth.
-
flexwidth and oddRowsHighlight are not working for me.
I am using the theme overcast.
Also can i change the font of text.
-
1) you can add css rule for odd rows.
http://paramquery.com/pro/tutorial#topic-altrows
2) It's flexWidth.
3)
.pq-grid *{
font-size: 12px;
}