ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Digitalsoft on May 20, 2020, 06:57:23 pm
-
Team, We have observed that toLetter util function is not available in TS declaration file and editor gives compilation error.
Do we have updated declaration file which can be used. Thanks!
-
Thanks for pointing it out. ETA for next version is next week and toLetter definition would be added in it.
For now you can add it manually by editing pqgrid.d.ts file and adding
function toLetter(indx: number): string
at around line 1500 near declaration of function formatNumber.
-
Thanks for adding it. Yes, we have added in pqgrid.d.ts file as workaround solution and it works!
-
Team, Adding to the above point, we have observed that oldList property of getChanges function also not available in declaration types.
It would be great if you can add that one as well. Thanks!
-
Noted, thanks
-
thanks, just observed and adding one more in above list.
cut() method is not available in grid instance of declaration file.
-
cut is a method of Range object
https://paramquery.com/pro/api#method-Range
-
Team, one more has come up in today's work that beforeTreeExpand() event is not available in grid options of declaration file.
It would be great if you can add this one in upcoming version. Thanks!
-
Noted.