extjs6.5.1

How do I alter metaData on number, date and boolean columns in ExtJS 6.x using Sencha Architect?

吃可爱长大的小学妹 提交于 2020-01-04 15:57:49
问题 Per Sencha documentation, numbercolumn, datecolumn and booleancolumn does not have a renderer event. As logical as this sounds there is an inherent issue with not having a renderer event on these column types. Example of a renderer function in a view controller to modify the background color when the LineNum of the record is in the array of warning line numbers. renderCompanyID: function(value, metaData, record, rowIndex, colIndex, store, view) { if (record.get('LineNum') > 0) { this