I have 2 components .first one is a students attendance form listing the students along with check boxes .Unchecked students are absent .On submit of the students attendance form i have to go to another component and show the absent students only .I tried communication methods but all of them needs both components to be displayed together.I need to go from one to another and display data from first in second. Please help me.
My data is an array (name1,name2,name3).