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.
我在哪里可以更改此选项: http ://www.trirand.com/jqgridwiki/doku.php?id=wiki:options 在 jqGrid Struts 2 插件 + Eclipse 中。
我需要这个来更改 ignoreCase 选项。
如果标签不支持它,那么您可以尝试在 javascript 中更改它。从 DOM 获取 jqGrid 对象并对其应用选项。
更新
$(document).ready(function() { $("#id_of_element").jqGrid({ // options here }); });