jQWidgets Forums
jQuery UI Widgets › Forums › Angular › Pivot grid filters error in library
This topic contains 5 replies, has 2 voices, and was last updated by admin 1 year ago.
-
Author
-
Hi
I implemented pivot grid and I want to use filters functionality. On your website and on my there is error when I’m clicking on “ok” button, after selection of values from generated list. Copy of error from console:
core.mjs:10614 ERROR ReferenceError: filterFunction is not defined
at eval (eval at _applyFiltersWindowChanges (jqxpivotdesigner.js:8:31274), <anonymous>:1:16)
at e.<computed>._applyFiltersWindowChanges (jqxpivotdesigner.js:8:31274)
at HTMLInputElement.<anonymous> (jqxpivotdesigner.js:8:29148)
at HTMLInputElement.dispatch (jqxcore.js:8:31926)
at HTMLInputElement.bC (jqxcore.js:8:27114)
at _ZoneDelegate.invokeTask (zone.js:402:31)
at core.mjs:10757:55
at AsyncStackTaggingZoneSpec.onInvokeTask (core.mjs:10757:36)
at _ZoneDelegate.invokeTask (zone.js:401:60)
at Object.onInvokeTask (core.mjs:11070:33)Could you please check what is the reason?
ThanksHi abagat019,
Could you provide a sample which shows the reported behavior or if it is reproducible in some of the online samples on our website, please share the steps to reproduce the issue.
Best regards,
Peter StoevjQWidgets team
https://www.jqwidgets.com/In the following drive I did screenshots:
https://drive.google.com/drive/folders/1jBfHR5Zw3lE5vDo9hP3htjiwSbXmkfwJ?usp=sharingI’m selecting icon close to column name in filters area. Im selecting all values that I want to choose and I confirm this with button “ok”. In this situation I’m getting this error.
Hi abagat019,
We found out that the reported issue is in the example. Thanks for the feedback!
Please, find an updated version of the example here: https://stackblitz.com/edit/github-6dbghm-dw2zdh?file=package.jsonBest regards,
Peter StoevjQWidgets team
https://www.jqwidgets.com/Hi
So I’m using angular 16. I reinstalled app to indicated packadge. When Im adding pivotGridComponent and designer info declarations of components module my build is not working. I have no info only that is not possible to build this. Could you please check if its working with angular 16?
When I was using previous module I just imported modules and that was working fine.
Thanks a lot in advanceHi abagat019,
There are not any changes in the recent years about the usage of our angular components. You should import the PivotGrid’s Module either in app.module or in app.component.ts if you use standalone components. To learn how to get started with our components, please look at https://www.jqwidgets.com/angular-components-documentation/
Best regards,
Peter StoevjQWidgets team
https://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.