Author Topic: Why blank values showing in menuIcon pop-up in a pivot grid?  (Read 1939 times)

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Why blank values showing in menuIcon pop-up in a pivot grid?
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6282
    • View Profile
Re: Why blank values showing in menuIcon pop-up in a pivot grid?
« Reply #1 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;
}
« Last Edit: November 14, 2019, 06:25:31 am by paramvir »