MK
Size: a a a
MK
МА
MK
МА
Р
const insertRow = rowIdx => rows => {
const newRow = {row22: '', key: rowIdx};
const nextRows = [...rows];
nextRows.splice(rowIdx, 0, newRow);
return nextRows;
};
``MK
МА
МА
МА
MK
MK
Р
const insertRow = rowIdx => rows => {
const newRow = {row22: '', key: rowIdx};
const nextRows = [...rows];
nextRows.splice(rowIdx, 0, newRow);
return nextRows;
};
``