so there are some actions that needs to fetch a collection that will be connected to this component to be used else where in the the project
so for example on change fetch the collection but the collection to choose is the data collection and I can’t choose a component collection as the previous shot
The goal is to have a table with pagination that controls the backend and the goal is to choose every time which data is affected in this case rather than everytime I go change all the collection affected withing the instance
To attach the data I have no issues sometimes I attach it to an array and from there I attach the collection to it
My only thing is to fetch dynamically by the collection id for example or to fetch a certain data that is attached to the settings of the component so I can use the component in different pages and different collection without everytime I change the settings