jsapi-resources icon indicating copy to clipboard operation
jsapi-resources copied to clipboard

🐞Bug: FeatureTable "filterGeometry" not working

Open rustygreen opened this issue 3 years ago • 0 comments

Describe the bug When passing a filterGeometry value to the FeatureTable widget, it throws an error:

image

Expected behavior The FeatureTable widget should accept a filterGeometry property value to filter the records by.

Reproduce the issue The issue can be seen in this stackblitz: https://stackblitz.com/edit/typescript-u1aakp?file=index.ts

NOTE: In the stackblitz example the following error is thrown (and the table doesn't render): image

However, in my application I get a different error (same version of ArcGIS JS API):

image

Browser

  • Browser: Edge 103

Operating System:

  • OS: Windows 10
  • Device: Laptop

ArcGIS JavaScript API Version: AGS JS API Version: 4.24.7

rustygreen avatar Jul 21 '22 18:07 rustygreen