![]() |
Admin 8/28/2020 |
Pagination works with the results of the SQL query. If you are to hide certain records in the event later, PHPRunner would not know it. |
U
|
uli author 9/23/2020 |
Pagination works with the results of the SQL query. If you are to hide certain records in the event later, PHPRunner would not know it. If you need the pagination to work I would recommend hiding records adding WHERE clause as this article suggests: https://xlinesoft.com/phprunner/docs/dynamic_sql_query.htm
|
![]() |
Admin 9/23/2020 |
There is no workaround or fix. Things like this need to be handled on the database side in SQL query. |