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
- filter the city column by predefined attributes (e.g. city of York)
- filter the school name by name (e.g. every row that contains university)
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?