ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on January 09, 2020, 03:33:30 pm
-
Having issue with height of rows when using this CSS:
.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.
-
You can either increase rowHt or set autoRow option to true for menu grid.
menuUI:{
gridOptions:{
autoRow: true
}
},
https://paramquery.com/pro/api#option-menuUI