nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

Subforms based on NSArray #463

Closed AsKaeternam closed 7 years ago

AsKaeternam commented 7 years ago

Hello dear,

I have a form with a property order_line : NSMutableArray * order_line;

This property is conform to the protocol FXForms. Actually, I'm able to display each row of this array such as a tableView in the Form, it's really nice but I would like to add new "SaleOrderLine" in the tableView by calling the subform for "SaleOrderLine" and creating a new line. Indeed, I would like be able to edit a line by calling the subform.

Is it possible to use FXFormTemplate to do that ? Else how can I do that ?

Thank you in advance,

Best regards