@@ -344,7 +344,10 @@
width: 45,
type: 'selection',
columnKey: 'selection',
- align: 'center'
+ align: 'center',
+ selectable: (row, index) => {
+ return row.sendTotalCount && row.sendTotalCount > 0;
+ },
},
{
minWidth: 200,