Skip to content

Commit 531d8ca

Browse files
committed
fix: remove uneccessary code
1 parent 5b6191d commit 531d8ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/datamanager.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,6 @@ export default class DataManager {
313313
this.rows.forEach((row, index) => {
314314
const viewIndex = this.rowViewOrder.indexOf(index);
315315
const cell = row[srNoColIndex];
316-
// row.meta.rowIndex = viewIndex;
317-
// if (Array.isArray(row)) {
318-
// row.forEach(r => {
319-
// r.rowIndex = viewIndex;
320-
// });
321-
// }
322316
cell.content = (viewIndex + 1) + '';
323317
});
324318
}

0 commit comments

Comments
 (0)