FeatureTable does not update when definition query updated in FeatureLayer

2129
1
01-14-2016 04:08 PM
JeffJacobson
Occasional Contributor III

When using the FeatureTable with a FeatureLayer, the table does not update when the associated layer's definition query is updated.

I have created a "Plunk" demonstrating this issue.

http://plnkr.co/bJICUDTvKrvmn45xRoE7

How do I get the table to update when the associated layer is updated?

0 Kudos
1 Reply
RobbCampbell
New Contributor II

Offering answer for other people. Call FeatureTable.refresh() after updating the definition query of the FeatureLayer.

0 Kudos