Home  >  Article  >  Web Front-end  >  jquery的flexigrid无法显示数据提示获取到数据_jquery

jquery的flexigrid无法显示数据提示获取到数据_jquery

WBOY
WBOYOriginal
2016-05-16 17:28:281456browse

升级了IE10,发现flexigrid无法显示数据,提示获取到了数据,但没任何报错任何显示。截图如下。
跟踪代码,发现内部是生成了td,tr和要显示的数据,但没有显示出来。
经过试验和跟踪,修改如下。

在addData中修改

复制代码 代码如下:

$(t).append(tbody);

$(t).append(''+tbody.outerHTML + '
');

这样数据就能正常显示了。
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn