ネストされたリピーターを使用して、グループ化されたデータをページに表示できます (これによると: http://goo.gl/sH6g )。私の場合、Category-Products 構造があり、各カテゴリとその下の製品を表示したいと考えています。
しかし、ここに私の問題があります:
- How can I limit number of products showing under each category. I want to determine for example 5 newest products for each category?
- How can I conditionally limit the number of products. For example I want to determine if there is no subcategory for a specific category show all products else show 5 newest products?
- Is repeater suitable for that work? if NOT which data control should I use?
Please give me some guidelines!.