gridOptions.rowStyle = {background: 'red'}; gridOptions.getRowStyle = function(params) { if (params.node.rowIndex % 2 === 0) { return { background: 'blue' } ...
確定! 回上一頁