Is there currently a way you can search a table in the FeatureTable "esri/widgets/FeatureTable". Something like below would be great to have. Where it is built right into the table. Or am I going to have to add some custom code for this feature. Or would I have to go with a third party table plug in ? If so does anyone have any recommendations ? See (second image )
I see a lot of these other table plugins like DataTables where they give you the ability to search easily.
Have you found a solution for this? I have the exact same issue.
I solved this on my end by creating a new Search widget that alters featuretable's layer's definitionExpression when suggestion starts, is completed,or when search is clear. I then added the new search component to a new element that is on top of the featuretable.
I hope this helps.