問題タブ [extjs-stores]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
75 問題
0
投票する
2
に答える
11233
参照
javascript - ExtJsですべてのストアが同期されるまで待つ方法は?
エンドユーザーがフォーム内のデータを変更できるグリッドのリストがあります。最後に、ボタンをクリックしてすべてのグリッドを同期したい場合、操作が実行されます。
以下のコードを書きました。
問題はstore.sync()
、コールバックを待っていないことです。
これを行うための推奨される方法は何ですか?