liub1934/lb-element-table

column.formatter 函数,第三个参数重复传递 row

beckZgh opened this issue · 0 comments

是否要改成 scope.column.formatter(
scope.row,
scope.column,
scope.row[scope.column.property],
scope.$index
)
官方的formatter第三个参数是 cellValue