Skip to content

Commit

Permalink
Update contact.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter authored Oct 15, 2024
1 parent ecda372 commit c8aae3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/demo/src/app/model/contact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ export class Contact {
setValueFunction: (data: any, value: any) => {
alert('The fancy button has been clicked!');
},
routerLinkTooltip: 'Click this button and an alert will be displayed.',
editable: true,
}),
]],
Expand Down

0 comments on commit c8aae3d

Please sign in to comment.