Access to columns

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

Hi @marc.schwarz

Maybe this will help http://jsfiddle.net/handsoncode/r7roepu3/
Let me know if you’d need anything more than that.