How to disable jqGrid's Search Toolbar for some columns?

前端 未结 1 468
天命终不由人
天命终不由人 2021-01-03 19:59

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

相关标签:
1条回答
  • 2021-01-03 20:33

    If you define search:false property for the column in the colModel the search toolbar will have no input element for the column.

    0 讨论(0)
提交回复
热议问题