Tooltip on action buttons
- Linguagem predominante
- TypeScript
- Estrelas
- 1.6k
- Forks
- 867
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Hello
I've like to add tooltips using angular-material too action buttons.
However these seems not to be working.
There is a problem, probably with sanitizing html. In console i have "WARNING: sanitizing HTML stripped"
Would be great for any help or assists.
Thank you
```
actions: {
add: false,
columnTitle: "Opcje",
custom: [
{
name: 'view',
title: ''
}
]
},
edit: {
confirmSave: true,
editButtonContent: '',
saveButtonContent: '',
cancelButtonContent: '',
} ,
delete: {
confirmDelete: true,
deleteButtonContent: ''
} ,
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.