handsOnTable cell coloring
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I have a Handsontable table filled with data and already rendered After checking the cells, I have located a couple of cells of interest and would like to color them - is there a good way to do this using the Handsontable code? Please note this is after loading and rendering the table Edit: The table is rendered with basic options: $container . handsontable ({ startRows : 8 , startCols : 6 , rowHeaders : true , colHeaders : true , minSpareRows : 1 , minSpareCols : 1 , //contextMenu: false, cells : function ( row , col , prop ) { }