Select scope
- All rows accross pagination:
table.selectAll({ scope: 'all' })
<input type="checkbox"
checked={table.isAllSelected}
onclick={() => table.selectAll({ scope: 'all' })}
> id | first_name | last_name | |
|---|---|---|---|
| 1 | Tobie | Vint | |
| 2 | Zacharias | Cerman | |
| 3 | Gérianna | Bunn | |
| 4 | Bee | Saurin | |
| 5 | Méyère | Granulette | |
| 6 | Frederich | Benley | |
| 7 | Becki | Criag | |
| 8 | Nichols | Risom | |
| 9 | Ron | Menendes | |
| 10 | Thane | Gammill |