freehex

Results 1 comments of freehex

hi guys, try this: ```html function toggle(cb){ if(cb.checked == true) { for (var i = 0; i < grid.config.data.length; i++) { grid.config.data[i].isChecked = true; // change your property here grid.config.store.state.data.rows[i].cells[0].data...