标签: jquery jqgrid free-jqgrid
有没有办法从格式化程序中提取gridId,colModel上的unformat函数?
谢谢,
答案 0 :(得分:1)
将使用3个参数调用格式化程序cellValue,options和rowData以及this初始化为网格的DOM。要获取网格ID,您可以使用this.id或options.gid。如果使用unformat回调,option包含较少的属性,但仍然可以使用this.id。
cellValue
options
rowData
this
this.id
options.gid
unformat
option