Hello,
How to pass large data to the gallery in the component?
Case:
I created component with two elements:
1. input filed
2. gallery which display elements based on what we enter in the input field
a) gallery --> items I set the filter Filter(Parent.table1, StartsWith(FiledName, component.InputField))
3. in the component I created custom properties --> Input --> DataType --> Table
I am implementing component in my application connecting SharePoint list with component input property keeping the same data structure using ShowColumns.
Until this point all works fine, but I noticed that gallery in my component is not showing all data. Looks like it reads only first 500 rows of my SharePoint list.
Is it related to the fact that input property is defined as table?
Is this a known limitation of using Galley in the component or maybe I am doing something wrong?
Thank you very much for all your thoughts on this topic Guys.