Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit ba5ac8c

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
add extra classes for styling purposes
1 parent 200962f commit ba5ac8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { Formatter } from './../models/formatter.interface';
22

33
export const checkmarkFormatter: Formatter = (row: number, cell: number, value: any, columnDef: any, dataContext: any) =>
4-
value ? `<i class="fa fa-check" aria-hidden="true"></i>` : '';
4+
value ? `<i class="fa fa-check checkmark-icon" aria-hidden="true"></i>` : '';

0 commit comments

Comments
 (0)