ParamQuery grid support forum
General Category => Bug Report => Topic started by: queensgambit9 on February 14, 2023, 03:19:27 pm
-
I can drag column but not possible to drop anywhere (red cross). Works fine in 8.2.0 but not in 8.7.0.
Did something change?
-
That's a bug.
Please apply this patch ( add it after including pqgrid js file )
pq.cRenderHead.prototype.getRowClsStyleAttr=function(e){var t=this.that.headerCells.length,r="";return e==t-1?r="pq-grid-title-row":t==e&&(r="pq-grid-header-search-row"),[r,"",""]};
-
This issue is fixed in v9.0.0