The visible line is wrong. You want:
visible: (index == 0) ? false : true
Also, you don’t need to declare your delegate in a component, the delegate just needs to be given a delegate-derived type (i.e. just the Row would work fine)
↧