Author Topic: Title hidden  (Read 3521 times)

newparam

  • Newbie
  • *
  • Posts: 9
    • View Profile
Title hidden
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Title hidden
« Reply #1 on: March 19, 2014, 05:21:10 pm »
Please check the below options.

topVisible, oddRowsHighlight, numberCell, flexWidth.

newparam

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Title hidden
« Reply #2 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.
« Last Edit: March 20, 2014, 11:02:46 am by newparam »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Title hidden
« Reply #3 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;
}