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 ドキュメントで提供されている例のほとんどは、id を持つテーブル タグで始まります。div やその他の html タグを使用してグリッドを作成/初期化できますか?
jqGridのソースコードをざっと見ると、次のスニペットがわかります。
if(this.tagName.toUpperCase()!='TABLE') { alert("Element is not a table"); return; }
したがって、要素はテーブルである必要があります。
属性の明示的なチェックはありませんがid、周囲の要素を構築するためにいくつかの場所で使用されるため、それも保持する必要があります。
id