[SOLVED] Â Multi-User Dashboard refresh |
1/8/2021 3:05:16 AM |
PHPRunner General questions | |
C
ckranich authorDevClub member
Hello All, |
|
![]() |
Admin 1/9/2021 |
You can write your own code that will reload either the whole page or just some elements. |
C
|
ckranich authorDevClub member 1/9/2021 |
You can write your own code that will reload either the whole page or just some elements. To reload the whole page use location.reload(); To reload some dashboard elements check this article: https://xlinesoft.com/phprunner/docs/how_to_reload_a_page.htm And to implement the page refresh after a certain period of time you need to use setTimeout function: https://javascript.info/settimeout-setinterval
|
C
|
ckranich authorDevClub member 1/9/2021 |
Hi Sergey, Thank you for your suggestions! Yes I followed allredy your first link (Example 2: Reload a page that belongs to another table:
|