Did you set the "dynamicSortFilter" flag on the proxy?

Is your application in a continuous loop with no chance for events to get processed? All proxy and table updates are through signals and slots, so if your app doesn't ever allow signals to be processed, you'll never see an update.