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.
任何 jquery 库都支持服务器端数据库表和客户端 jquery 网格之间的自动同步。假设任何由服务器端表完成的 CRUD 操作,它应该反映在客户端网格视图中
没有任何库可以让您在客户端和服务器端更改之间同步数据。
您需要手动触发 jqgrid 的重新加载以加载新数据。