简体   繁体   English

PHP Grid仅在第一行显示编辑/删除链接

[英]PHP Grid only show Edit/Delete link only on first row

I am using phpgrid.org . 我正在使用phpgrid.org It only show Edit/Delete link only on first row. 它仅在第一行显示编辑/删除链接。 Some times it show randomly. 有时它会随机显示。 How to fix it? 如何解决?

The first column of grid must have unique alphanumeric data (usually a PK). 网格的第一列必须具有唯一的字母数字数据(通常是PK)。 This is required to uniquely identify particular row for update & delete operations. 这是唯一标识更新和删除操作的特定行所必需的。

Refer their faqs as well: http://phpgrid.org/faqs 也请参考他们的常见问题解答: http : //phpgrid.org/faqs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM