ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: EPM Solutions on November 13, 2019, 12:38:14 pm
-
Hi Team,
I have created a pivot grid and It is creating the blank values in menuIcon pop-up for a single column group records.
Please see the below Image and tell me how can we resolve it.
Problem Plunkr URL:
https://next.plnkr.co/edit/VXMGljH586sp8ZqY
-
that looks like a css issue.
Please add this css to fix it:
.pq-grid-cell label{
width: auto !important;
}