filterHandler(value, row, column) { const property = column['property']; return row[property] === value; } 查看完整描述