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.
我有一个关于CGridViewYii 的问题。情况是我想将 a 中所有页面的当前过滤数据导出CGridView到 Excel 工作表。现在的问题是我正在使用 jQuery 获取 gridview 中每一行的 id。这意味着只有当前在分页页面上可见的行被发送到 excel 生成器,而不是其他页面上的行。
CGridView
CGridView我的问题是,在 Yii 中有没有办法从某种对象中获取所有分页页面的所有数据?
提前致谢。
您可以使用$.fn.yiiGridView.getSelection(containerID)来检索 jQuery 中选定行的键值。然后您可以发布您的结果并检索导出的文件以供下载。
$.fn.yiiGridView.getSelection(containerID)