ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: EPM Solutions on November 13, 2019, 12:38:14 pm

Title: Why blank values showing in menuIcon pop-up in a pivot grid?
Post 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
Title: Re: Why blank values showing in menuIcon pop-up in a pivot grid?
Post by: paramvir on November 13, 2019, 11:02:00 pm
that looks like a css issue.

Please add this css to fix it:

Code: [Select]
.pq-grid-cell label{
  width: auto !important;
}