Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

function(rows, row, rowIndex, cell, cellIndex){
//脚本
}

 

参数:
rows - 所有行数据 , Array
row rowData - 当前行的数据, Object 
Array
rowDataMap - 当前行的数据, Object(K-V)
rowIndex - 行号
cell - 列的值 
cellIndex - 第几列 

...