We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6191d commit 6e0f08bCopy full SHA for 6e0f08b
1 file changed
src/datamanager.js
@@ -313,12 +313,6 @@ export default class DataManager {
313
this.rows.forEach((row, index) => {
314
const viewIndex = this.rowViewOrder.indexOf(index);
315
const cell = row[srNoColIndex];
316
- // row.meta.rowIndex = viewIndex;
317
- // if (Array.isArray(row)) {
318
- // row.forEach(r => {
319
- // r.rowIndex = viewIndex;
320
- // });
321
- // }
322
cell.content = (viewIndex + 1) + '';
323
});
324
}
0 commit comments