I have a table to which I am currently dynamically adding rows: http://jsfiddle.net/fmuW6/5/
Now I\'d like to add a new column to the table as well with a click of a
Use this code for adding new column:
$('#btnAddCol').click(function () { $("tr").append("New Column"); });
But you need to change the value for the first row with a text and others to include a . And it is better to