更改页面显示限制计数时,可编辑网格中的 Magento 输入值会丢失
我正在 magento 中制作一个可编辑的网格。现在,当我使用页面更改第 20,50,100,200 页中的显示值时,它发送 ajax 请求并获取数据,并且仍然保存已选中的框(之前的选中框仍处于选中状态),但网格中的所有输入值都丢失了。我怎样才能保存这些值?
I am making a editable grid in magento. Now when I use pages to change displayed values in page- 20,50,100,200, It sends an ajax request and fetch data and still saves the already checked boxes(earlier checked boxes are still selected), but all of my input values in grid are lost. how can I save those values?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Grid中有一个方法
setSaveParametersInSession()
There is a method in the Grid
setSaveParametersInSession()
实际上这些值存储在 javascript(grid.js) 全局对象中。
Actually these values are stored in javascript(grid.js) global object.