0

我正在尝试在 jqGrid 中实现子网格。我在 js lib 中添加了 grid.subgrid.js 但仍在浏览器控制台中我在控制台上看到错误“未捕获的类型错误:对象 # 没有方法‘扩展’”

/**
 * 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