extjs- checkboxgrid 复选框在单击网格中的不同列时取消选择

extjs- checkboxgrid check boxs unselecting on clicking different column in grid

我在 extjs 中使用复选框模型网格来显示值。

选中多行复选框后,如果我单击不同的列,则所有选中的复选框都将取消选中。如何阻止它。

https://fiddle.sencha.com/#fiddle/18bj

在选择模型上使用checkOnly: true

True if rows can only be selected by clicking on the checkbox column, not by clicking on the row itself. Note that this only refers to selection via the UI, programmatic selection will still occur regardless.

https://fiddle.sencha.com/#fiddle/18bo