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 搜索?我需要操作员默认为“包含”。我不想修改原始的 jqgrid js 或 css 文件,因为当我们升级到新版本时它们会被覆盖。
我需要对话框看起来像这样:
我可以通过定义来覆盖显示运算符下拉列表:
.operators { display: none; }
我还需要调整宽度。
好的,这似乎可行,尽管它会更改所有 jqgrid 对话框的默认宽度:
.operators { display: none; } .ui-jqdialog { width:220px !important; }