fetch data of multiselect
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.6k
- Forks
- 867
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
when using option multiselect
I added the option to table
`(userRowSelect)="onSelection($event)"`
html
```
```
ts
```
onSelection(event): void {
console.log(event.selected);
}
```
but this give me data each time i checkbox on row
how to select to use external button to extract the selected rows
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.