Hi!
I am attempting to create an alternative to the built-in table or list in appfarm. I am aware that custom lists can be created with any data with plural objects using an iterable container, but I want to make a custom component that can take any kind of data type with plural objects. The reason is that I want the design of the lists/tables in my solution to be defined only in one place, without running the risk of variation in the individually created custom lists in the solution. Also this allows for more efficient changes to all lists in the solution.
The parameter options of the shareable components does not (to my knowledge) include a generic data parameter option. Am I wrong? Is there another way?