Hi
I am rendering the checkbox column as below in react, but the checkboxes are getting disabled. I have downloaded the latest version
if (this.props.IsChkboxColReqd) {
columnObj = {
title: "", dataIndx: "", maxWidth: 30, minWidth: 30, align: "center",dataType: "bool",
cb: { header: true, all: false,select:true },
type: 'checkBoxSelection', cls: 'ui-state-default', resizable: false, sortable: false, editable: false
};
colM.push(columnObj);
}
attached the image