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.
filterToolbar が正しく表示されている jqgrid があります。
jQuery("#myGrid").jqGrid('filterToolbar',{autosearch:true});
タイトルバーの前に表示したいのですが、どうすればこれを管理できますか?
ありがとう
toolbarオプションを使用して、ツールバーをグリッドの上部に配置してみてください。
toolbar
toolbar: [true, "top"]
|の下のデモページで示されているように、これはあなたが探している効果を達成しているようです。.New in version 3.1Toolbars and userdata
New in version 3.1
Toolbars and userdata
それは役に立ちますか?