ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Why blank values showing in menuIcon pop-up in a pivot grid?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Why blank values showing in menuIcon pop-up in a pivot grid? (Read 1960 times)
EPM Solutions
Pro Ultimate
Full Member
Posts: 182
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
Logged
paramvir
Administrator
Hero Member
Posts: 6310
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
»
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Why blank values showing in menuIcon pop-up in a pivot grid?