高级数据网格复选框
我有一个这样的场景,高级 DataGrid 有一个复选框,如果我选择标题复选框,则必须选择所有字段复选框,这意味着多选复选框。
如果谁有示例代码,请发给我。
I have a scenario like, Advanced DataGrid have a checkBox and if i select the header checkBox all the field checkBoxes has to be selected that means multi-select checkBox.
If any one having the sample code, please send me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Adobe Cookbook 为您的问题提供了解决方案:Datagrid headerRenderer 复选框用于选择行中的复选框
The Adobe Cookbook offers a solution for your problem: Datagrid headerRenderer checkbox to select checkboxes in the row