ParamQuery grid support forum
General Category => Bug Report => Topic started by: Igerson on December 11, 2025, 03:58:20 pm
-
Hello.
Sorry, if this bug already has been reported. I just didn't found it.
I experiencing an error, when ParamQuery Grid is imported, but not created. When hit Delete button error is thrown on page referring pqgrid.min.js:
Uncaught TypeError: Cannot read properties of undefined (reading 'clear')
I tried to reproduce this error on following JSFiddle: https://jsfiddle.net/0evhg95n/2/ (https://jsfiddle.net/0evhg95n/2/)
Just click in rendered area and hit Delete button.
-
Thanks for reporting issue, it has been already fixed in the upcoming version.
For quick fix, please change line 16198 in pqgrid.dev.js
that.clear()
to
that?.clear()