This topic is locked

Conditional remove checkbox in list page

1/24/2015 5:24:59 PM
PHPRunner General questions
V
veca author

Hi,
I learned that I can remove the "edit-link" using "$record["edit_link"] = false;" in the "after record processed" event.
Can I remove the checkbox (for deleting the record) also?

admin 1/29/2015

Try the following in the same event:

$record["checkbox"] = false;