This topic is locked

Show hidden records when searched for

5/18/2015 3:53:09 AM
PHPRunner General questions
S
snape author

Hello,
In the javascript on load:
Is there a way to hide certain rows based on a field value?
Thanks
Spencer

Sergey Kornilov admin 5/18/2015

In Javascript - no. In server side event like BeforeRecordProcessed - yes:

http://xlinesoft.com/phprunner/docs/before_record_processed.htm
You have an option to hide any record using that event and you also have an access to all field values.