I am on the Free plan and and according to glide it should be able to handle 250k rows but what about page view? I tried increasing page view to 2000 but it’s bugging and it’s not showing my data
It’s 25k rows. Not 250k rows.
2000 rows is a lot to show on a single screen. Especially if you have other things such as images. Your browser may be running out of memory trying to render that much data at once.
But do you think it would be possible? I tried using a different browser and I encountered the same issue
Technically should be possible, but there are a lot of other factors at play. Based on your description, I’d lean towards running out of memory, but it’s really hard to say based on just a description. Would need to see the problem in action. When you are requiring a lot of data, a lot of images, a lot of computed columns, a lot of interconnected relations and queries…that can become a lot of processing for the device.
I see my table doesn’t have any images. Here’s what it’s supposed to look like, but when i increased it to 2k it just look like this
If you use a collection instead of a data grid, does it show?