I want to build a reusable reactive block that can receive as parameter any type of entity list (object) and can show the data received in a format like the image.
As far as I was trying I only can receive only one kind of entity list, so my block would not be reusable.
Rommel,
I am pretty sure you can't do it with just OutSystems. In my previous project, we have to purchase a JS component to do this. Well yes you can write your on JS but it will be tedious.
Regards,JC
Juan Carlos Elorde wrote:
Hello Juan Carlos
Yes I can Build the component, but the problem is how to have a generic input that accepts any kind of object list.
Regards,
Romel