leoaccorsi

Results 1 issues of leoaccorsi

Is there a way to set selected checkboxes server-side? I did this: `var initialList = ['2847', '3341'];` `'createdCell': function (td, cellData, rowData, rowIndex, colIndex) { if ((initialList.indexOf(rowData[0]) !== -1)) {...