gpt4 book ai didi

css - jqGrid:如何显示网格底部的添加/编辑图标

转载 作者:太空宇宙 更新时间:2023-11-03 18:29:51 25 4
gpt4 key购买 nike

我是 jqGrid 的新手,只是很难开始,因为每篇文章似乎都非常高级。我只是有一个简单的网格设置,现在想添加“添加/编辑”图标。我有以下代码,但它们仍然没有出现。还缺少什么?

$("#tabPeopleList").jqGrid('navGrid', '#tabPagerBar', { 
edit: true, <-- isn't this all there is needed?
add: true,
del: true,
search: true,
searchtext: "Search",
addtext: "Add",
edittext: "Edit",
deltext:"Delete"
});

最佳答案

一切看起来都不错,只需确保您的 html 中包含以下元素:

        <table id="tabPeopleList" ></table>
<div id="tabPagerBar"></div>

并在您的 jqGrid 初始化中:

        pager: $('#tabPagerBar'),

关于css - jqGrid:如何显示网格底部的添加/编辑图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20040818/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com