Upgraded from 14.6.1 to 15.0 and checkboxes disappeared. Returned to 14.6.1 and checkboxes came back. How to fix in 15.0?
columns: [{ data: 'ID', readOnly: true },
{ data: 'selectChkBx', type: 'checkbox' },
{ data: 'Name', readOnly: true },
{ data: 'Phone', readOnly: true },
{ data: 'VDate', readOnly: true },
{ data: 'GDate', readOnly: true },
{ data: 'HDate', readOnly: true },
{ data: 'SPP', readOnly: true }