
Announcements
Hi all,
I am building an app using a custom component that contains a gallery to display a list of customers.
This list of customers comes from an SQL database, and is very long. Some processing does have to be done on the collection to make it comply with the component's expected structure, specifically some columns need to be renamed, and two columns added.
The problem I'm having is that the component brings in 500 items, but no more.
I had a look around, but I can't find any indication that components are subject to delegation limits, and I'm not getting any warnings (nor can I find anyone else with a similar problem).
Anybody able to help me out?
Thanks!
I managed to solve the issue.
For anyone who may encounter similar issues, it was how I'd had the functions nested - nothing to do with the component.
The columns were getting renamed, and the search performed on the resulting table, when the search should have been happening on the data source directly, then changing the column names