- removed console.log;
This commit is contained in:
@@ -3,8 +3,6 @@ import getNumberFormatted from '../../../../../../../helpers/getNumberFormatted'
|
||||
|
||||
const LastRowCell = ({columnId, lastRowCfg, columnMeta = {}, tableValue = []}) => {
|
||||
const cellData = head(lastRowCfg.filter(o => !isNil(o[columnId])));
|
||||
console.log('LastRowCell Rendered', {columnId, lastRowCfg, columnMeta, tableValue});
|
||||
console.log('cellData', cellData)
|
||||
let cellValue = cellData[columnId];
|
||||
|
||||
if (columnMeta.enableFormula) {
|
||||
|
||||
Reference in New Issue
Block a user