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
»
No continuation symbol in header with hwrap = false (version 3.3.0)
« previous
next »
Print
Pages: [
1
]
Author
Topic: No continuation symbol in header with hwrap = false (version 3.3.0) (Read 2394 times)
Bohuslav Stanek
Pro Ultimate
Newbie
Posts: 14
No continuation symbol in header with hwrap = false (version 3.3.0)
«
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:
Go to ParamQuery Pro demos (
http://paramquery.com/pro/demos
)
Choose
Rows -> Frozen rows
.
Add
hwrap: false
to ParamQuery configuration.
Try to shrink any column. The column header is just truncated, there is no continuation symbol.
Thanks in advance.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: No continuation symbol in header with hwrap = false (version 3.3.0)
«
Reply #1 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;
}
Logged
Bohuslav Stanek
Pro Ultimate
Newbie
Posts: 14
Re: No continuation symbol in header with hwrap = false (version 3.3.0)
«
Reply #2 on:
April 26, 2016, 11:08:18 pm »
Thank you, the fix is OK.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
No continuation symbol in header with hwrap = false (version 3.3.0)