Quicksearch with json data #5497
Unanswered
TechAspirant
asked this question in
Help
Replies: 1 comment 12 replies
-
Is this the right way ?
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am population grid with JSON data using below code
this.view.setItems([{ Id: 1, Name: "Hello" }, { Id: 2, Name: "World" }], true);
I want to know how can I override quickserach such that It filters the json data populated in grid and not from the database.
Beta Was this translation helpful? Give feedback.
All reactions