![]() |
Sergey Kornilov admin 5/5/2020 |
We do not have an API for this purpose but you can do this manually using jQuery. For instance, here is the Javascript code that hides the checkbox for one of records: $("input[id=check1_8]").hide();
|
W
|
wpl 5/6/2020 |
phprunner 10.3 - build 34624 I've tried using $record["checkbox"] = false within an if statement in the List page: After record processed event but the checkbox still appears (I've verified that $record["checkbox"] has been set to false by echoing the value). Is there a new method to conditionally (on a row/record by row/record basis) hide or not hide the checkbox on the List page? Many thanks -
|