Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8197621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:46:45+00:00 2026-06-07T05:46:45+00:00

I want to create a dynamic tabular with input type text-field. After hitting the

  • 0

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!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T05:46:46+00:00Added an answer on June 7, 2026 at 5:46 am

    Are you talking about something like that?

    enter image description here

    Check this article.

    edit:

    It uses Propel, as you might noticed with the TodoPeer. So:

    foreach(TodoPeer::doSelect(new Criteria()) as $todo)
    {
      $todoWrapperForm->embedForm($todo->getId(), new TodoForm($todo));
    }
    

    Is just a basic SELECT * FROM todo to embed all todos form into the main one. With Doctrine:

    $todos = Doctrine_Core::getTable('Todo')->findAll();
    foreach($todos as $todo)
    {
      $todoWrapperForm->embedForm($todo->getId(), new TodoForm($todo));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this table i want to create job_id dynamic Jobs Title text Job Description text
I'm trying to create a dynamic type in .Net. I want to get a
I want to create a dynamic queue (using the keyword new ) with an
I want to create a dynamic select input (dropdown menu) from JSON. I have
I want to create a dynamic table whose row uses customized button which uses
I want to create a dynamic DropDownList in ASP.NET, but after postback the DropDownList
I want to create some dynamic field in Jira similar to what we do
i want create Dynamic Slideshow in Jquery i'm Write this code var ctx =
I want to create dynamic tabPages in TabControl. In each tabPage I create dataGridView
I want to create dynamic number of thread which is depends on the database

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.