Hello,
I have implemented a checkbox column in table like
selectRowProp = {
mode: this.props.recordSelectionType,
clickToSelect: true,
bgColor: "rgb(206, 239, 254)",
onSelect: onRowSelect,
onSelectAll: onSelectAll,
selected: selectedValues
now in UI checkbox column it's taking so much width how I can set width of checkbox column ?