ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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:
- Go to ParamQuery Pro demos (http://paramquery.com/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.
-
Thanks for reporting the issue. Please add this css fix.
table.pq-grid-header-table div.pq-td-div{
display: block;
}
-
Thank you, the fix is OK.