Skip to content

Commit

Permalink
Client side search with odata model
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Kayacan committed Nov 3, 2021
1 parent a7cdb47 commit 581aa75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/new/client-side-search-with-odata-model.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
this._oDialog.bindAggregation("items", {
path: "/LtLabeltypesSet",
template: this._oDialog.getItems()[0].clone(),
parameters: {
operationMode: "Client"
}
});

0 comments on commit 581aa75

Please sign in to comment.