Our pure JavaScript Scheduler component


Post by Softhouse »

Hi,

I have a column for our resources with custom content based on a renderer. Would like to update the content based on data fetched from the backend. When using the loadDataAsync() method on the resource store to refresh the column it also resets the scroll position to top.

Is there a way to avoid resetting scroll position when updating column content?


Post by mats »

You mean you set new data to the columns object, or you load new data into the 'row store' (ResourceStore)?

If this is about loading new data in the store, please try setting https://bryntum.com/docs/scheduler/api/Grid/view/GridBase#config-preserveScrollOnDatasetChange


Post Reply