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 4335082
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T10:37:15+00:00 2026-05-21T10:37:15+00:00

If i have a table with 5 rows and 4 column.but i have to

  • 0

If i have a table with 5 rows and 4 column.but i have to add values on the next row.there is no database related dependency.I have ADD button and i want to code it like when ever i will click on ADD button there is aaddition of new row…….
I mean the creaton of Rows in the table willbe dynamically…

Can ayy one sho me any sample code /Link on
http://jsfiddle.net/ or just give me any Url that contains the demo code for that

  • 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-05-21T10:37:16+00:00Added an answer on May 21, 2026 at 10:37 am

    See this tutorial. It show how to add new row and column.


    I don’t know how to do on jsFiddle but made one demo on my machine and is as follows:

    <html>
    <head>
    <title>Demo</title>
    <script>
        function appendRow(tblId)
        {
            var tbl = document.getElementById(tblId);
            var newRow = tbl.insertRow(tbl.rows.length);
            var newCell = newRow.insertCell(0);
            newCell.innerHTML = 'Hello World!';
        }
    </script>
    </head>
    <body>
    <table id="tabl" border="1">
        <tr>
            <td>Old one</td>
        </tr>
    </table>
    <input type="button" value="AddRow" onClick="appendRow('tabl')">
    </body>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have x rows of a column value and simply want to add them
I have a very simple table with two columns, but has 4.5M rows. CREATE
I have a table with one column and four rows. Each tr has a
I have a table with a column 'A'. Some rows have 14 digits for
I have 1 million rows in MySql table temp and wish to multiply column
I have a really simple table with two rows and two columns. I want
I have a table message in a database that has almost a million rows.
I have a database table with a large number of rows and one numeric
I have a database table with a UNIQUE key on a date column so
I have a situation where I want to associate multiple values from one table

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.