I want to create a dynamic tabular with input type text-field. After hitting the last row, one new row with a same input type text-field should be appear and the validation from the server side should also work. How can I do it? Is there any code example?
Thanks!
Are you talking about something like that?
Check this article.
edit:
It uses Propel, as you might noticed with the
TodoPeer. So:Is just a basic
SELECT * FROM todoto embed all todos form into the main one. With Doctrine: