This topic is locked
[SOLVED]

Is it possible to conditional hide for Additional WHERE Tab ?

8/18/2022 7:09:52 AM
PHPRunner General questions
U
ustunsoz author

I would like to hide "List Page - Additional WEHERE Tab" conditionally (according to user level) but I couldn't find any reference about it. Is it possible to do it, if so what is the advised event and rules to do so.

Thanks in advance for the reference

Mustafa

Sergey Kornilov admin 8/18/2022

If you check PHPRunner's manual, there is an API that allows you to delete Additional WHERE Tabs:
https://xlinesoft.com/phprunner/docs/additional_where_tabs_api.htm

U
ustunsoz author 8/19/2022

Thank you, for the reference.
I understand it is not possible to hide tab, but adding the tab conditionally according to case.
I will try