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は自動的にレコードを検索し、jqgridのユーザー入力に基づいて表示できますか?
検索フィールドのキー押下イベントに基づいて検索イベントをトリガーするだけです
searchOnEnter: falseinit filterToolbar で設定できます。例えば:
searchOnEnter: false
$(element).filterToolbar({ searchOnEnter: false, defaultSearch: 'cn', ignoreCase: true });