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。现在我希望用户输入的数据在单击保存按钮时插入到网格中。如何从表格中获取数据到网格中?
按下按钮时,您需要对网格正在显示的商店中的记录执行 CRUD 操作。当存储中的记录发生更改时,网格将自动重新呈现。