Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 6dc2d21

Browse files
Ghislain BeaulacGhislain Beaulac
Ghislain Beaulac
authored and
Ghislain Beaulac
committed
refactor(tests): remove unused gridodata method in the service
1 parent 9b4d265 commit 6dc2d21

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/modules/angular-slickgrid/services/grid-odata.service.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ export class GridOdataService implements BackendService {
9898
this.updateSorters([]);
9999
}
100100

101-
updateOptions(serviceOptions?: OdataOption) {
102-
this.options = { ...this.options, ...serviceOptions };
103-
}
104-
105101
removeColumnFilter(fieldName: string): void {
106102
this._odataService.removeColumnFilter(fieldName);
107103
}

0 commit comments

Comments
 (0)