复选框编辑在 jqgrid 中不起作用

Checkbox edit is not working in jqgrid

{
    name: 'hidden',
    editable: true,
    formatter: "checkbox",
    editoptions: {
        value: 'True: False'
    },
    edittype: "checkbox",
    index: 'hidden',
    width: 40,
    sortable: true,
    sorttype: 'int',
    align: "center"
},

此代码在 jqgrid 中运行,有时在 chrome 中可编辑,但在 firefox 和 safari 等中不可编辑。 请帮助我谢谢

{name: 'hidden', editable: true, formatter: "checkbox",  edittype: "checkbox", index: 'hidden', width: 40, sortable: true, sorttype: 'int', align: "center",formatoptions:{disabled:false}},

formatoptions:{disabled:false} 缺失