columns: [
	{
		checkbox: false,
		formatter: function(value, row, index) {
			if (row.status){
				return '<label><input data-index="' + index + '" name="btSelectItem" type="checkbox"><span></span></label>';
			}else {
				return '';
			}
		}
	},
	{
		...
	}
]

毕竟disabled有被F12查看源代码后删除,依然可以选风险

Logo

快速构建 Web 应用程序

更多推荐