HOW TO SCROLL LIST PAGE TO THE RECORD THAT WAS EDITED |
9/23/2023 11:42:29 AM |
PHPRunner General questions | |
L
leon author
Is there any way that the code at https://xlinesoft.com/blog/2022/07/22/how-to-scroll-list-page-to-the-record-that-was-edited/ can be adapted to still work if spreadsheet mode is enabled on the list page? |
|
![]() |
Sergey Kornilov admin 9/23/2023 |
That aricle explains how to return back to the record when we use a standalone Edit page. Not sure what is has to do with the Spreadsheet mode where you never leave the page. |
L
|
leon author 9/24/2023 |
There are fields on the edit page that is not on the list page. If these fields have to be edited, I need to open the edit page. Then, once edited, I would like to still go back to the edited record and have the highlight shown. |
![]() |
Sergey Kornilov admin 9/24/2023 |
If you use a regular Edit page then this article will work for you. |
L
|
leon author 9/24/2023 |
I am using a regular edit page. The problem is that if spreadsheet mode is enabled on the list page then this code does not work and my question was if there is a way that this code will work if spreadsheet mode is enabled on the list page. |