I have added the search toolbar to my jqGrid and was wondering is there anyway to search certain columns instead of all of them?
By default, the search toolbar shows a search field for every column.
I have added the search toolbar to my jqGrid and was wondering is there anyway to search certain columns instead of all of them?
By default, the search toolbar shows a search field for every column.
If you define search:false
property for the column in the colModel the search toolbar will have no input element for the column.