Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript jqgrid oversmart并将标题应用于我的td';s_Javascript_Jquery_Jqgrid - Fatal编程技术网

Javascript jqgrid oversmart并将标题应用于我的td';s

Javascript jqgrid oversmart并将标题应用于我的td';s,javascript,jquery,jqgrid,Javascript,Jquery,Jqgrid,我正在使用jqgrid的此功能: tableToGrid("#something", { width: '400', height: 'auto', caption: ''}); 这很好,但当我将鼠标悬停在某物上时,它显示的文本与在单元格中看到的相同。我真的不想要这个。当我在Firefox中创建viewsource时,jqgrid为我所有的td添加了title属性。我怎样才能阻止这一切 提前感谢:)您使用的是tableToGrid,因此在文档中查找正确的参数比较困难。展示解决问题的方法。如果

我正在使用jqgrid的此功能:

 tableToGrid("#something", { width: '400', height: 'auto', caption: ''});
这很好,但当我将鼠标悬停在某物上时,它显示的文本与在单元格中看到的相同。我真的不想要这个。当我在Firefox中创建viewsource时,jqgrid为我所有的td添加了title属性。我怎样才能阻止这一切


提前感谢:)

您使用的是
tableToGrid
,因此在文档中查找正确的参数比较困难。展示解决问题的方法。如果使用,其外观如下所示:

tableToGrid("#something", {width: '400', height: 'auto', cmTemplate: {title: false}});