frappe/datatable

incorrect arg for formatter during filters

ankush opened this issue · 0 comments

ankush commented

cell.html = formatter(cell.content, rows[cell.rowIndex], cell.column, rows[cell.rowIndex], true);

4th argument is data but row is being passed here