yiiGridView问题
你好,伙计们。
我有一个 yiiGridView 问题,我不知道如何解决。
因此,我已经很好地初始化了 CGridView,并且需要 $(tableId).yiiGridView.update(tableId, settings),以使用新数据重新加载我的数据网格。
任何人都可以(请!)发布一些如何实现此目标的示例。
如果需要,我也可以发送我的代码,这样任何能够解决此问题的人都可以更好地看到我在哪里犯了错误。
提前致谢(d)。
Hallo mench.
I have an yiiGridView issue witch I don't know how to make right.
So, I have CGridView nicely initialized and I need the $(tableId).yiiGridView.update(tableId, settings), to reload my datagrid with new data.
Can anyone (PLEASE!) post some example how to achive this.
If needed, I can send my code as well, so anyone who can resolve this issue can see in the better where I'm making mistakes.
Thanks in advance(d).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想使用 javascript 处理程序更新网格,请使用下一个代码
您可以在文件中找到很多信息
If you want to update your grid with javascript handler use next code
You can find a lot of information in file