简体   繁体   中英

PHP Grid only show Edit/Delete link only on first row

I am using 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). This is required to uniquely identify particular row for update & delete operations.

Refer their faqs as well: http://phpgrid.org/faqs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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