Make a column be a checkbox

It’s not impossible to add a new column after loading, but it’s possible to make a hidden column visible. You need just define the column having checkbox (you can use formatoptions: { disabled: false} if it’s required) and you can use showCol inside of loadComplete callback to make the column visible if required or force … Read more