ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: newparam on March 19, 2014, 04:51:00 pm

Title: Title hidden
Post 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.
Title: Re: Title hidden
Post by: paramvir on March 19, 2014, 05:21:10 pm
Please check the below options.

topVisible, oddRowsHighlight, numberCell, flexWidth.
Title: Re: Title hidden
Post by: newparam on March 20, 2014, 10:29:30 am
flexwidth and oddRowsHighlight are not working for me.
I am using the theme overcast.
Also can i change the font of text.
Title: Re: Title hidden
Post by: paramvir on March 22, 2014, 12:27:16 am
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;
}