Code:
array (base items) of
[
bP:Array
sp-Array
s1-String
s2-String
s3-String
]
So essentially its a bit like a nested list the list items I want to be ordered by groups defined by matching s1 s2 or s3 combinations , so I would want to filter like
give me the list of items where s1='Group1"
and each record will be like (so this could be my tpl html)
baseitems[0] - div showing bP[0] div showing bP[1] ...
But I'm struggling to get any kind of list working unless its using JSON but in this case I have that.
I will try something today on this and report back. I am sure I need DataView.