Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jqgrid 高级搜索(客户端搜索)。有没有办法可以从搜索中排除几行。也就是说,无论搜索条件如何,我都想显示这些行。我知道我们可以通过在 colmodel 选项中给出 search : false 来排除列。请帮忙。
我不确定你为什么需要这种行为。不过,如果您知道要排除哪些行,则意味着您可以制定一个额外的搜索过滤器来排除不需要的行。您可以使用搜索选项的onSearch回调来修改开始过滤之前的filters属性。postData
filters
postData
请参阅此处的修改示例。您可以向过滤器添加其他组(请参阅文档)以实现对需要排除的行的过滤。