I have function in model, which returns a list of lists - [[a1,a2],[b1,b2]].I am passing this to view.But, how do I access each value.I want to display a1,a2,b1 and b2 separately.
I have function in model, which returns a list of lists - [[a1,a2],[b1,b2]].I am passing this to view.But, how do I access each value.I want to display a1,a2,b1 and b2 separately.