Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
How can the scroll position in a straight table be preserved even when the app is reloaded?
Currently the scrollbar resets to the top of the table when an app is reloaded.
Hello,
The scroll position value of an object is not stored anywhere so when the app is reloaded you can't scroll back to the last position. This is also happening because when the app is reloaded, all the visualizations are re-generated in the UI so the default scroll position will be applied as expected. Even if you open the same app in an new window without closing the previous one you will notice that the behavior is exactly the same. Additionally, if you duplicate the app's window the scroll within the new duplicated window will go back to the default position, which is 0, since as mentioned above the UI will have to re-generate the entire view.
You can submit a feature request [1], if you would like to have this feature available in the future.
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if this information was helpful, please mark it as accepted solution to give further visibility to other community members.
---
Hello,
The scroll position value of an object is not stored anywhere so when the app is reloaded you can't scroll back to the last position. This is also happening because when the app is reloaded, all the visualizations are re-generated in the UI so the default scroll position will be applied as expected. Even if you open the same app in an new window without closing the previous one you will notice that the behavior is exactly the same. Additionally, if you duplicate the app's window the scroll within the new duplicated window will go back to the default position, which is 0, since as mentioned above the UI will have to re-generate the entire view.
You can submit a feature request [1], if you would like to have this feature available in the future.
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if this information was helpful, please mark it as accepted solution to give further visibility to other community members.
---