I've two array of Objects which I'm getting from a REST API. The first array contains jobId's and second one contains employee details. I need to display in such a way that for every job id all the employees with that job id need to be displayed in slides.I've two array of Objects which I'm getting fro