0

jqGrid でサブグリッドを実装しようとしています。js lib に grid.subgrid.js を追加しましたが、ブラウザ コンソールに「Uncaught TypeError: Object # has no method 'extend'」というエラーが表示されます。

/**
 * jqGrid extension for SubGrid Data
 * Tony Tomov tony@trirand.com
 * http://trirand.com/blog/ 
 * Dual licensed under the MIT and GPL licenses:
**/
"use strict";
**$.jgrid.extend({
Uncaught TypeError: Object #<Object> has no method 'extend'**
setSubGrid : function () {
    return this.each(function (){
        var $t = this, cm,
4

0 に答える 0