如何在 jqGrid 的顶部和底部获得导航器

发布于 2024-10-03 00:56:17 字数 108 浏览 1 评论 0原文

我想在 jqGrid 的顶部和底部都有一个导航器。我尝试在网格和寻呼机上使用cloneToTop 属性。它克隆元素但不应用正确的样式(使用 FireBug 检查发现缺少 ui 样式)。任何帮助表示赞赏。

I'd like to have a navigator on both the top and bottom of the jqGrid. I have tried using the cloneToTop property on the grid and on the pager. It clones the elements but does not apply the correct styles (inspecting with FireBug reveals missing ui- styles). Any help appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

方觉久 2024-10-10 00:56:17

参数cloneToTop的使用是正确的方法。查看此处,这是问题。它确实不完全符合您的要求,但它显示了cloneToTop如何工作以及如何修改cloneToTop产生的一些结果。

您在顶部导航器的元素(哪个元素?)上错过了哪些样式,而您可以在底部导航器上看到哪些样式?

一般来说,cloneToTop 使用非常简单的 jqGrid 函数。您可以使用 jQuery.appendTo 将任何元素从一个导航栏移动到另一个导航栏。在其他 我的答案 您可以找到此类移动的示例(情况不完全适合您的情况,但所有工作方式都相同)。

The usage of the parameter cloneToTop is the correct way. Look at here which is example from the answer on the question. It do of case not exactly what you ask, but it shows how cloneToTop work and how one can modify some results produced by cloneToTop.

Which styles you miss on the elements (which element?) of the top navigator, which you can see on the bottom navigator?

In general cloneToTop use very easy jqGrid functions. You can use jQuery.appendTo to move any element from one navigation bar to another one. In other my answer you can find an example of such movement (of case not exactly for you case, but all work in the same way).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文