What is renderer and its use?

Renderer is used when we want to manipulate the data which we get from store to show manipulated data based on some criteria. It is a column property can be used as −
renderer: function(value, metadata, record, rowIndex, colIndex, store){
// logic to perform
} 

Comments

Popular posts from this blog

How to start and stop editing a record?