Simple way to implement Dynamic Tabular Inputs

Comparing #7 with #8

Revision #8 was created by ezekielnoob ezekielnoob on Apr 25, 2015, 2:26:36 PM.

image size

Content

![Example Form](<img width="660px" src="https://camo.githubusercontent.com/d753d4420de760ba8e72405647c75462ca63f6f8/687474703a2f2f736e61672e67792f644d50786d2e6a7067 "Example form")" alt="grid">

On my experience in Yii IRC, once in a while there would be someone that asks about how to create pages that handles 1 main model and its submodel and saving the changes in a single click. i wrote the example application on top of Yii2's basic application template that you can download here (i suggest you also run the acceptance test to see it in action):
[Dynamic Tabular Form App](https://github.com/fernandezekiel/yii2-dynamic-tabular-form-app/ "Dynamic Tabular Form App")
[...]