On records above 500 when i scroll through the records and try to select the records countrows of table.seleted returns zero and because of this the functionality like deleting records show/hide containers and other dependent control ls doesn't work.
I'd replace Table.Selected-based logic with an explicit selection column. I mean add a Yes/No field in the data source or a local collection with a Selected flag, toggle it on row click, and use Filter(MyCollection, Selected) instead of Table.Selected.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.