Removes a search or searches from the grid.
removeSearch(field, [field], ...)
field |
string, field name of the search |
Returns integer.
Description
Removes a search object or objects from the
.searches array. The search is identified by the
.field property, which is a required property for each search object. The method returns the number of searches it removes.
If you have following grid:
You can remove searches by: