fetch data of multiselect
Open
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 867
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.