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?
Offering answer for other people. Call FeatureTable.refresh() after updating the definition query of the FeatureLayer.