I am creating app for displaying the scores for the football games. I want to dynamically add new components. I have managed to do it by premaking the static amout of records and than used the visible option on table arrangement to show the results if new game is added or not to show the table if the game ended. Does anyone know if I could and how to add new components to display it and delete them after
if you mean the native TableArrangement, better NOT to use it, since it is full of bug.
You can use other arrangement.
And if you can use extension, you can use CompCreator. Search the community for more samples.
I just found the CompCreator extension, need to get deeper into it. Thank you!
1 Like
See the Tables section