ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on January 09, 2020, 03:33:30 pm

Title: CSS issue
Post by: queensgambit9 on January 09, 2020, 03:33:30 pm
Having issue with height of rows when using this CSS:

Code: [Select]
.pq-grid-cell { padding: 7px 10px 7px 10px; }
In filter dropdown (Range) the row height doesn't seem to adjust to the padding and text is partially hidden since row height is not enough...
Using v7.
Title: Re: CSS issue
Post by: paramvir on January 09, 2020, 09:44:58 pm
You can either increase rowHt or set autoRow option to true for menu grid.

Code: [Select]
menuUI:{
         gridOptions:{
                autoRow: true
         }
},

https://paramquery.com/pro/api#option-menuUI