Hi
The documentation reads:
Fields
- a list ofstring
that denotes the fields names that the grid should search in. By default, the grid looks in all string fields in its currently visible columns, and you can define a subset of that.
Question 1:
Why only string fields? In the Netherlands we have a numeric field which is unique for all persons living in the netherlands, many customers search for people using this number, So now i have to make this fields a string to let the user search on it?
Question 2:
Lets say i have 2000 records, only 140 records are fetched so far, how is the search working, only on these 140 records?
I can imagine that my rest server is called to let me make a query with a where clause based on the entered search value.
Eric