Hello,
I'm trying to query the feature layer/table so that the number of rows in the table decreases showing only the ones that meet the query requirement. I able to do it on the feature layer referenced by the table so the map shows the desired result but the feature table stays the same. This was done using the feature layer queryFeatures method.
Looking at older posts using the 3.x api there was a method showSelectedRecords() which seemed to allow the user to select records and then only show those selected. There was also the filterSelectedRecords() method which was part of the feature table class which seems like it would also work.
In 4.x I cannot find similar methods. (currently looking at 4.21)
Am I missing something and there is a method that would help similar to the ones mentioned or is there different way to go about hiding the rows in the feature table? Or is this feature not yet implemented into the 4.x versions?
Thank You.