Unable to getText from ag-grid table

I am facing similar issue as in this post Scroll To Position does not load hidden elements , but for the horizontal scroll of ag-grid table.
So, until I scroll to the element required I cannot getText as it is ag-grid table with lazy loading(in ag-grid table not all of the rows are in the DOM until you scroll to their position).
Should we use the work around in this post or is there a solution in katalon for this ?