我正在使用JQGrid for PHP。
请参阅首页here
我已将“编辑”和“删除”添加到如下列:
$g->set_actions(array(
"add"=>false, // allow/disallow add
"edit"=>true, // allow/disallow edit
"delete"=>true, // allow/disallow delete
"rowactions"=>true, // show/hide row wise edit/del/save option
"autofilter" => true, // show/hide autofilter for search
)
);
它运作良好并且做了它应该做的但是编辑和删除链接在文本中我需要用图像替换文本但不知道我需要改变它的内容/位置。