fix not implemented
This commit is contained in:
parent
26f9e5a0af
commit
f07957bc74
@ -154,7 +154,7 @@ export abstract class BaseListingComponent<T = any> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected _updateSelection() {
|
protected _updateSelection() {
|
||||||
if (this._getSelectionKey) {
|
if (this._selectionKey) {
|
||||||
this.selectedEntitiesIds = this.displayedEntities
|
this.selectedEntitiesIds = this.displayedEntities
|
||||||
.map((entity) => entity[this._getSelectionKey])
|
.map((entity) => entity[this._getSelectionKey])
|
||||||
.filter((id) => this.selectedEntitiesIds.includes(id));
|
.filter((id) => this.selectedEntitiesIds.includes(id));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user