Hello all,
the JS API reference guide provides information on the filtering options with the FeatureTable:
Now let's take this sample FeatureTable. How would I
I haven't found any samples that provide those basic means of interacting with a table. Isn't this supported by the FeatureTable as of today?
Query the layer, loop through it, then use featureTable.selectRows(yourResults) and featureTable.filterBySelection(). The loop might not be needed?