Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ExtJS 4.2 REST 存储。
我想在添加一些记录后将存储与服务器同步。
每条记录都在不同的发布请求中传输。
我想用新记录列表调用服务器。
有没有办法做到这一点?
您可以尝试将其设置batchActions为true... 但可能是他们为 REST 代理明确禁用它的原因。可能是因为它的精神不是 RESTFul,也可能是因为它不起作用……
batchActions
true