@sumaris-net/ngx-components 2.7.6-rc1 → 2.7.6-rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34724,7 +34724,7 @@ class AppAsyncTable {
|
|
|
34724
34724
|
}
|
|
34725
34725
|
else {
|
|
34726
34726
|
const rows = this._dataSource.getRows();
|
|
34727
|
-
|
|
34727
|
+
this.selection.setSelection(...rows);
|
|
34728
34728
|
}
|
|
34729
34729
|
}
|
|
34730
34730
|
async deleteSelection(event, opts) {
|