Skip to content

Commit 19d0149

Browse files
authored
Merge pull request #9 from jay-thanki/patch-3
aot changes in table.component.ts
2 parents e7a1633 + 6204927 commit 19d0149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export class DataTable implements DataTableParams, OnInit {
275275
return count;
276276
}
277277

278-
private getRowColor(item: any, index: number, row: DataTableRow) {
278+
public getRowColor(item: any, index: number, row: DataTableRow) {
279279
if (this.rowColors !== undefined) {
280280
return (<RowCallback>this.rowColors)(item, row, index);
281281
}

0 commit comments

Comments
 (0)