1

I wanted to save a function reference to use it later like this

var fn = Ext.grid.column.Column.prototype.renderer;

and then

fn.apply(this, arguments);

but

Ext.grid.column.Column.prototype.renderer

is returning false.

Am I missing something ?

1 Answer 1

1

By default, the renderer on the column prototype is false, which means there is no renderer, so no method is ever called.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.