I have a column that generates its children dynamically. The children are generated from a JSON file that contains 11,000 records. The app is laggy due to the large number of items. How can I implement pagination or infinite scroll? This option is only available in a backend query...