General Category > News
Upgrade to Pro Version 9.0.2
(1/1)
paramvir:
Dear All
We are pleased to announce the release of version v9.0.2, a bug fix update for version 9.0.0
Release notes for version 9.0.0 are here: https://paramquery.com/forum/index.php?topic=4627.0
Some of the fixes are related to validation tooltip, copy/paste of text with line breaks, import/export to xlsx w.r.t ISO datetimes and difference of timezones, pivot grandsummary for count function, row selections.
Best Regards
The ParamQuery Team
paramvir:
If you are using pqtooltip in pqgrid, please apply this patch, it applies to v9.0.2 only.
Add it after including pqgrid js file and before initialization of any pqgrid. It can be added in script tags or a js file.
Angular, React, Vue users can add it by importing $ and add the code below.
--- Code: ---$.paramquery.pqGrid.prototype.getCell=function(e){if(e){e.vci>=0&&(e.colIndx=this.iCols.getci(e.vci));var i=this.normalize(e),r=i.rowIndxPage,t=i.colIndx,l=this.iRenderB.getCell(r,t)}return $(l)};
--- End code ---
YONGHOO KIM:
Hi pqgrid !
It works well
Do you have a plan to include this guide into your core source on next release?
Thanks in advanced
paramvir:
Yes of course the fix would be included in the source code of next version and this patch won't be required
paramvir:
Please use this patch to fix the context menu alignment in v9.0.x.
--- Code: ---$.paramquery.cContext.prototype.onContext=function(t,o){if(o.my="left top",this.model.on)return this.showMenu(t,o)};
--- End code ---
Navigation
[0] Message Index
Go to full version