Hello there
I define my cell properties and data binding with columns:
var columns = [{“data”:“title”,“readOnly”:true,“renderer”:“html”,“title”:“Title”,“width”:500}];
Is there a way to get this object in another function? {“data”:“title”,“readOnly”:true,“renderer”:“html”,“title”:“Title”,“width”:500}
Something like getData() but not for the data object but for the columns object?
Marc