I have created demo here.I want to rebind columndefination and its corresponding data on click of button but suddenly checkboxes getting disappear and even if i click on reset button then only checkboxes are not coming.
this.angularGrid.slickGrid.setOptions({ enableCheckboxSelector: true });
I have written above piece of code on click event both button to enable checkboxes but still no luck.