gpt4 book ai didi

Extjs checkColumn

转载 作者:行者123 更新时间:2023-12-04 19:56:48 24 4
gpt4 key购买 nike

我在 ExtJS 中看到了这个例子,但似乎 checkColumn 没有更新 XML。 API 也不是很有帮助。我想做的是这样的事情。当用户单击网格中的复选框时,它将发送一个 AJAX 请求。

最佳答案

columns: [{
xtype: 'checkcolumn',
width: 30,
sortable: false,
id: 'check1',
dataIndex: 'check11',
editor: {
xtype: 'checkbox',
cls: 'x-grid-checkheader-editor'
},
listeners: {
checkchange: function (column, recordIndex, checked) {
alert(checked);
alert("hi");
}
}
}
]

为我工作:)

关于Extjs checkColumn,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2334079/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com