ParamQuery grid support forum

General Category => Bug Report => Topic started by: queensgambit9 on February 14, 2023, 03:19:27 pm

Title: Reorder columns
Post 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?
Title: Re: Reorder columns
Post by: paramvir on February 14, 2023, 03:59:24 pm
That's a bug.

Please apply this patch ( add it after including pqgrid js file )

Code: [Select]
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,"",""]};
Title: Re: Reorder columns
Post by: paramvir on June 02, 2023, 04:51:10 pm
This issue is fixed in v9.0.0