Apply a default filter to list view |
1/31/2021 11:37:38 AM |
PHPRunner General questions | |
C
chandoshi authorDevClub member
I have a list of filters in my filter panel. Is there a way to use one of this as my default filter by coding this in List Page "Before Display" ? |
|
![]() |
Sergey Kornilov admin 2/2/2021 |
Could you explain how this "default filter" should work? |
S
|
Steve Seymour 2/5/2021 |
I have a list of filters in my filter panel. Is there a way to use one of this as my default filter by coding this in List Page "Before Display" ?
|
C
|
chandoshi authorDevClub member 2/5/2021 |
Thanks, tab would be a good alternative. I will try that |
C
|
chandoshi authorDevClub member 2/5/2021 |
Could you explain how this "default filter" should work? With the regular search, you can use Search API to apply an initial search filter: https://xlinesoft.com/phprunner/docs/search-api-searchstarted.htm Maybe it can help in your case as well.
|