Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 flexigrid 中实现,在顶部和底部都显示导航面板?我找到了在顶部和底部之间进行更改的解决方案,但两者都不起作用。
谢谢你的帮助 :)
未经测试,但从您链接到它的解决方案应该像这样工作:替换行:'$(g.bDiv).after(g.pDiv);' 和:
var navClone = $(g.pDiv).clone(true); $(g.bDiv).prepend(g.pDiv).after(navClone);