Saved Bookmarks
| 1. |
What Is Renderer And Its Use? |
|
Answer» 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){ 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){ |
|