本文介绍了带有寻呼机的 jqGrid 树网格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们如何使用 jqGrid 制作带有寻呼机的树形网格?
How do we make a tree grid with pager using jqGrid?
我已经检查并尝试了演示,但它没有显示任何寻呼机,即使代码中有一个寻呼机 div
I have checked and try the demos, but it didn't show any pager, even though there is a pager div in the code
如何创建寻呼机?
推荐答案
树形网格有一些限制 记录:
Tree grid has some limitations which are documented:
寻呼机功能目前已禁用对于树网格
您可以在文档的其他地方读起来几乎一样:
In other place of the documentation you can read almost the same:
由于 jqGrid 目前没有支持分页,当我们有一个treegrid 寻呼机元素是自动禁用.
这篇关于带有寻呼机的 jqGrid 树网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!