Skip to content

Commit 8337089

Browse files
cal-smithyouda97
andauthored
Update src/table/table.component.ts
Co-Authored-By: youda97 <[email protected]>
1 parent 0168e3b commit 8337089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export class Table {
384384
header.push(new TableHeaderItem());
385385
row.push(new TableItem());
386386
}
387-
for (let j = 0; j < rowCount - 1 ; j++) {
387+
for (let i = 0; i < rowCount - 1; i++) {
388388
data.push(row);
389389
}
390390

0 commit comments

Comments
 (0)