ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Bohuslav Stanek on April 26, 2016, 04:35:43 pm

Title: No continuation symbol in header with hwrap = false (version 3.3.0)
Post by: Bohuslav Stanek on April 26, 2016, 04:35:43 pm
Hi,

I have a table with hwrap set to false, but there is no continuation symbol (...) shown in the header, when the text overflows. This seems to be a problem of ParamQuery version 3.3.0, it works as expected in 3.2.0.

To test it, follow these steps:

Thanks in advance.
Title: Re: No continuation symbol in header with hwrap = false (version 3.3.0)
Post by: paramvir on April 26, 2016, 08:43:44 pm
Thanks for reporting the issue. Please add this css fix.

Code: [Select]
table.pq-grid-header-table div.pq-td-div{
display: block;
}
Title: Re: No continuation symbol in header with hwrap = false (version 3.3.0)
Post by: Bohuslav Stanek on April 26, 2016, 11:08:18 pm
Thank you, the fix is OK.