Author Topic: Reorder columns  (Read 428 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Reorder columns
« 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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: Reorder columns
« Reply #1 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,"",""]};

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: Reorder columns
« Reply #2 on: June 02, 2023, 04:51:10 pm »
This issue is fixed in v9.0.0