{
checkbox: true,
formatter: function (value, row, index) {
if(row.ISTOPIC === 1){
return {
disabled : false,
}
}else{
return {
disabled : true,
}
}
return row.ID;
}
}