Need Help in Table builder and Relationship
I have 2 Models A and B where A is the Parent and B is the Child and they have a relationship of one to many.
However, the problem was raised when Model B had 7k data and Model A had 100+ data. It's like 1 Model A has 2 or 3 records related to Model B but both the data are fetched from API.
Show Model B data on the view page of Model A as Relationship Manager.
I need some suggestions or ideas on how to Fetch Model B's data of that Current Modal A on the view page only.
I want to show Data in table format only be it the Record is 2 or 50.
And Also the response of API has pagination.
I have Attach The Image of the API Response that I got.
However, the problem was raised when Model B had 7k data and Model A had 100+ data. It's like 1 Model A has 2 or 3 records related to Model B but both the data are fetched from API.
Show Model B data on the view page of Model A as Relationship Manager.
I need some suggestions or ideas on how to Fetch Model B's data of that Current Modal A on the view page only.
I want to show Data in table format only be it the Record is 2 or 50.
And Also the response of API has pagination.
I have Attach The Image of the API Response that I got.
